mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Remove a nightly check from doc tests
This commit is contained in:
parent
d4af22356a
commit
5e62437eb9
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user