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 fe5d977 commit af98bd9Copy full SHA for af98bd9
src/bin/cargo-miri.rs
@@ -353,7 +353,7 @@ default_features = false
353
features = ["panic_unwind"]
354
355
[dependencies.test]
356
- "#,
+"#,
357
)
358
.unwrap();
359
// The boring bits: a dummy project for xargo.
@@ -369,7 +369,7 @@ version = "0.0.0"
369
370
[lib]
371
path = "lib.rs"
372
373
374
375
File::create(dir.join("lib.rs")).unwrap();
0 commit comments