We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unreachable_pub
1 parent fb546ee commit 56cba09Copy full SHA for 56cba09
compiler/rustc_lint/src/builtin.rs
@@ -1271,9 +1271,8 @@ declare_lint! {
1271
/// `pub(crate)` visibility is recommended to be used instead. This more clearly expresses the
1272
/// intent that the item is only visible within its own crate.
1273
///
1274
- /// This lint is "allow" by default because it will trigger for a large
1275
- /// amount of existing Rust code, and has some false-positives. Eventually it
1276
- /// is desired for this to become warn-by-default.
+ /// This lint is "allow" by default because it will trigger for a large amount of existing Rust code.
+ /// Eventually it is desired for this to become warn-by-default.
1277
1278
/// [`unnameable_types`]: #unnameable-types
1279
pub UNREACHABLE_PUB,
0 commit comments