-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
C-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messages
Description
Description
The documentation for redundant_as_str
contains a Markdown typo that affects rendering.
Checks for usage of `as_str()` on a `String`` chained with a method available on the `String` itself.
It should be:
Checks for usage of `as_str()` on a `String` chained with a method available on the `String` itself.
Version
No response
Additional Labels
@rustbot label +C-enhancement
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messages