File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1271,9 +1271,8 @@ declare_lint! {
1271
1271
/// `pub(crate)` visibility is recommended to be used instead. This more clearly expresses the
1272
1272
/// intent that the item is only visible within its own crate.
1273
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.
1274
+ /// This lint is "allow" by default because it will trigger for a large amount of existing Rust code.
1275
+ /// Eventually it is desired for this to become warn-by-default.
1277
1276
///
1278
1277
/// [`unnameable_types`]: #unnameable-types
1279
1278
pub UNREACHABLE_PUB ,
You can’t perform that action at this time.
0 commit comments