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.
1 parent 8116b23 commit 2fe16a5Copy full SHA for 2fe16a5
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