Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Oct 28, 2021
1 parent 1120957 commit 0a2382b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testsuite/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2236,7 +2236,6 @@ fn scrape_examples_avoid_build_script_cycle() {
.run();
}


#[cargo_test]
fn scrape_examples_complex_reverse_dependencies() {
if !is_nightly() {
Expand Down Expand Up @@ -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#"
Expand Down

0 comments on commit 0a2382b

Please sign in to comment.