Skip to content

Commit

Permalink
Remove a nightly check from doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Dec 13, 2018
1 parent d4af223 commit 5e62437
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/testsuite/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5e62437

Please sign in to comment.