Skip to content

Commit 502f9da

Browse files
committed
clippy
1 parent 3dc7a19 commit 502f9da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/process_wrapper/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ pub(crate) fn options() -> Result<Options, OptionError> {
139139
.to_owned();
140140
let output_base = {
141141
let external = std::path::Path::new(&current_dir).join("external");
142-
match std::fs::canonicalize(&external) {
142+
match std::fs::canonicalize(external) {
143143
Ok(canonical) => canonical
144144
.parent()
145145
.and_then(|p| p.to_str())

0 commit comments

Comments
 (0)