Skip to content

Commit fa18140

Browse files
committed
Add warn(unreachable_pub) to rustc_graphviz.
1 parent a510813 commit fa18140

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_graphviz/src

1 file changed

+1
-0
lines changed

compiler/rustc_graphviz/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@
277277
)]
278278
#![doc(rust_logo)]
279279
#![feature(rustdoc_internals)]
280+
#![warn(unreachable_pub)]
280281
// tidy-alphabetical-end
281282

282283
use std::borrow::Cow;

0 commit comments

Comments
 (0)