This commit is contained in:
andylokandy 2025-02-21 21:31:23 +08:00
parent 629fa76c14
commit 2b6ea13c53

View file

@ -1884,7 +1884,7 @@ pub(crate) fn make_update_runnable(
r.environment.extend(update_test.env().iter().map(|(k, v)| (k.to_string(), v.to_string())));
if update_test.insta {
r.cargo_args.insert(0, "insta".to_string());
r.cargo_args.insert(0, "insta".to_owned());
}
Some(runnable)