mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +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.
|
// caused `cargo doc` to fail.
|
||||||
#[test]
|
#[test]
|
||||||
fn issue_5345() {
|
fn issue_5345() {
|
||||||
if !is_nightly() {
|
|
||||||
// This can be removed once 1.29 is stable (rustdoc --cap-lints).
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
let foo = project()
|
let foo = project()
|
||||||
.file(
|
.file(
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user