Skip to content

Commit 6459852

Browse files
committed
Auto merge of #6427 - phansch:remove_nightly_check_in_test, r=dwijnand
Remove a nightly check from doc tests None
2 parents e92df21 + 5e62437 commit 6459852

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)