We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e8fe61 + 2fe16a5 commit 6729799Copy full SHA for 6729799
clippy_lints/src/methods/mod.rs
@@ -1083,7 +1083,7 @@ declare_clippy_lint! {
1083
///
1084
/// ### Why is this bad?
1085
/// In versions of the compiler before Rust 1.82.0, this bypasses the specialized
1086
- /// implementation of`ToString` and instead goes through the more expensive string
+ /// implementation of `ToString` and instead goes through the more expensive string
1087
/// formatting facilities.
1088
1089
/// ### Example
0 commit comments