(&mut self, path: &path::Path)
| 69 | } |
| 70 | |
| 71 | fn clif_dir(&mut self, path: &path::Path) -> Result<()> { |
| 72 | self.clif_dir = Some(path.to_path_buf()); |
| 73 | Ok(()) |
| 74 | } |
| 75 | |
| 76 | fn target(&mut self, target: target_lexicon::Triple) -> Result<()> { |
| 77 | self.inner.target(target)?; |