We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1120957 commit 0a2382bCopy full SHA for 0a2382b
tests/testsuite/doc.rs
@@ -2236,7 +2236,6 @@ fn scrape_examples_avoid_build_script_cycle() {
2236
.run();
2237
}
2238
2239
-
2240
#[cargo_test]
2241
fn scrape_examples_complex_reverse_dependencies() {
2242
if !is_nightly() {
@@ -2281,7 +2280,7 @@ fn scrape_examples_complex_reverse_dependencies() {
2281
2280
feature = []
2282
"#,
2283
)
2284
- .file("a/src/lib.rs", "#[cfg(feature)] pub fn f();")
+ .file("a/src/lib.rs", "#[cfg(feature)] pub fn f();")
2285
.file(
2286
"b/Cargo.toml",
2287
r#"
0 commit comments