unreachable-pub lint for pub items not reachable from crate root
This is with deepest thanks to Vadim Petrochenkov for thorough review, and resolves #45521.
This commit is contained in:
@@ -137,6 +137,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
|
||||
PluginAsLibrary,
|
||||
MutableTransmutes,
|
||||
UnionsWithDropFields,
|
||||
UnreachablePub,
|
||||
);
|
||||
|
||||
add_builtin_with_new!(sess,
|
||||
|
||||
Reference in New Issue
Block a user