Skip to content

Commit b59b04f

Browse files
committed
fix
1 parent 03c24d7 commit b59b04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/lsp/to_proto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ pub(crate) fn make_update_runnable(
18841884
r.environment.extend(update_test.env().iter().map(|(k, v)| (k.to_string(), v.to_string())));
18851885

18861886
if update_test.insta {
1887-
r.cargo_args.insert(0, "insta".to_string());
1887+
r.cargo_args.insert(0, "insta".to_owned());
18881888
}
18891889

18901890
Some(runnable)

0 commit comments

Comments
 (0)