Skip to content

Commit 85d0cd8

Browse files
Fix nits
1 parent 067d8ea commit 85d0cd8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/bootstrap/test.rs

-2
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,6 @@ impl Step for Compiletest {
919919
if build.config.rust_debuginfo_tests {
920920
flags.push("-g".to_string());
921921
}
922-
}
923-
if !is_rustdoc_ui {
924922
flags.push("-Zmiri -Zunstable-options".to_string());
925923
} else {
926924
flags.push("-Zunstable-options".to_string());

src/test/rustdoc-ui/intra-links-warning.rs

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![deny(warnings)]
12-
1311
// must-compile-successfully
1412

1513
//! Test with [Foo::baz], [Bar::foo], [Uniooon::X]

0 commit comments

Comments
 (0)