Skip to content

Commit 5e62437

Browse files
committed
Remove a nightly check from doc tests
1 parent d4af223 commit 5e62437

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/testsuite/doc.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,10 +1237,6 @@ fn doc_target_edition() {
12371237
// caused `cargo doc` to fail.
12381238
#[test]
12391239
fn issue_5345() {
1240-
if !is_nightly() {
1241-
// This can be removed once 1.29 is stable (rustdoc --cap-lints).
1242-
return;
1243-
}
12441240
let foo = project()
12451241
.file(
12461242
"Cargo.toml",

0 commit comments

Comments
 (0)