Fix spacing typo in new inefficient_to_string info (#15888)
changelog: none
This commit is contained in:
commit
6729799845
1 changed files with 1 additions and 1 deletions
|
|
@ -1083,7 +1083,7 @@ declare_clippy_lint! {
|
|||
///
|
||||
/// ### Why is this bad?
|
||||
/// In versions of the compiler before Rust 1.82.0, this bypasses the specialized
|
||||
/// implementation of`ToString` and instead goes through the more expensive string
|
||||
/// implementation of `ToString` and instead goes through the more expensive string
|
||||
/// formatting facilities.
|
||||
///
|
||||
/// ### Example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue