Formatting

This commit is contained in:
Will Crichton 2021-10-28 00:38:16 -07:00
parent 11209570c9
commit 0a2382b6db

View file

@ -2236,7 +2236,6 @@ fn scrape_examples_avoid_build_script_cycle() {
.run();
}
#[cargo_test]
fn scrape_examples_complex_reverse_dependencies() {
if !is_nightly() {
@ -2281,7 +2280,7 @@ fn scrape_examples_complex_reverse_dependencies() {
feature = []
"#,
)
.file("a/src/lib.rs", "#[cfg(feature)] pub fn f();")
.file("a/src/lib.rs", "#[cfg(feature)] pub fn f();")
.file(
"b/Cargo.toml",
r#"