diff --git a/tests/testsuite/doc.rs b/tests/testsuite/doc.rs index 2534d570242..55edb44e4ff 100644 --- a/tests/testsuite/doc.rs +++ b/tests/testsuite/doc.rs @@ -1237,10 +1237,6 @@ fn doc_target_edition() { // caused `cargo doc` to fail. #[test] fn issue_5345() { - if !is_nightly() { - // This can be removed once 1.29 is stable (rustdoc --cap-lints). - return; - } let foo = project() .file( "Cargo.toml",