Skip to content

Commit b84fef5

Browse files
committed
clippy
1 parent e03f69e commit b84fef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/irust_repl/src/cargo_cmds.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ edition = \"2021\""
180180
Command::new("cargo")
181181
.arg("add")
182182
.args(dep)
183-
.args(&[
183+
.args([
184184
"--manifest-path",
185185
&self.paths.cargo_toml_file.display().to_string(),
186186
])

0 commit comments

Comments
 (0)