avoid windows path assertion bug
authorDale Wijnand <dale.wijnand@gmail.com>
Fri, 20 Apr 2018 21:20:31 +0000 (22:20 +0100)
committerDale Wijnand <dale.wijnand@gmail.com>
Fri, 20 Apr 2018 21:20:31 +0000 (22:20 +0100)
tests/testsuite/bench.rs
tests/testsuite/run.rs

index 770faf9d3d96a343a89a082d121a106ddd5e35f0..6f6a0d116c580334a305dfd57a7fd51370c8c165 100644 (file)
@@ -757,7 +757,7 @@ An explicit [[bench]] section is specified in Cargo.toml which currently disable
 automatically inferring other benchmark targets. This inference behavior will change in \
 the Rust 2018 edition and the following files will be included as a benchmark target:
 
-* \"[..]foo[/]benches[/]bench_basic.rs\"
+* \"[..]bench_basic.rs\"
 
 This is likely to break cargo build or cargo test as these files may not be ready to be compiled \
 as a benchmark target today. You can future-proof yourself and disable this warning by \
index 5fdac77c7877ca2332aa56bc7a045018a1b60581..7f2d7d6ed950631809647873f97b1954e8830ce0 100644 (file)
@@ -450,7 +450,7 @@ An explicit [[example]] section is specified in Cargo.toml which currently disab
 automatically inferring other example targets. This inference behavior will change in \
 the Rust 2018 edition and the following files will be included as a example target:
 
-* \"[..]foo[/]examples[/]a.rs\"
+* \"[..]a.rs\"
 
 This is likely to break cargo build or cargo test as these files may not be ready to be compiled \
 as a example target today. You can future-proof yourself and disable this warning by \