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 \
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 \