Remove a nightly check from doc tests

This commit is contained in:
Philipp Hansch 2018-12-13 07:55:08 +01:00
parent d4af22356a
commit 5e62437eb9
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B

View File

@ -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",