We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629fa76 commit 2b6ea13Copy full SHA for 2b6ea13
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp/to_proto.rs
@@ -1884,7 +1884,7 @@ pub(crate) fn make_update_runnable(
1884
r.environment.extend(update_test.env().iter().map(|(k, v)| (k.to_string(), v.to_string())));
1885
1886
if update_test.insta {
1887
- r.cargo_args.insert(0, "insta".to_string());
+ r.cargo_args.insert(0, "insta".to_owned());
1888
}
1889
1890
Some(runnable)
0 commit comments