Skip to content

Commit 0a2382b

Browse files
committed
Formatting
1 parent 1120957 commit 0a2382b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testsuite/doc.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2236,7 +2236,6 @@ fn scrape_examples_avoid_build_script_cycle() {
22362236
.run();
22372237
}
22382238

2239-
22402239
#[cargo_test]
22412240
fn scrape_examples_complex_reverse_dependencies() {
22422241
if !is_nightly() {
@@ -2281,7 +2280,7 @@ fn scrape_examples_complex_reverse_dependencies() {
22812280
feature = []
22822281
"#,
22832282
)
2284-
.file("a/src/lib.rs", "#[cfg(feature)] pub fn f();")
2283+
.file("a/src/lib.rs", "#[cfg(feature)] pub fn f();")
22852284
.file(
22862285
"b/Cargo.toml",
22872286
r#"

0 commit comments

Comments
 (0)