Remove outdated information in the unreachable_pub
lint description
This commit is contained in:
parent
fb546ee09b
commit
56cba09d1e
1 changed files with 2 additions and 3 deletions
|
@ -1271,9 +1271,8 @@ declare_lint! {
|
|||
/// `pub(crate)` visibility is recommended to be used instead. This more clearly expresses the
|
||||
/// intent that the item is only visible within its own crate.
|
||||
///
|
||||
/// This lint is "allow" by default because it will trigger for a large
|
||||
/// amount of existing Rust code, and has some false-positives. Eventually it
|
||||
/// 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.
|
||||
///
|
||||
/// [`unnameable_types`]: #unnameable-types
|
||||
pub UNREACHABLE_PUB,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue