Skip to content

Commit 6729799

Browse files
authored
Fix spacing typo in new inefficient_to_string info (#15888)
changelog: none
2 parents 8e8fe61 + 2fe16a5 commit 6729799

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ declare_clippy_lint! {
10831083
///
10841084
/// ### Why is this bad?
10851085
/// 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
1086+
/// implementation of `ToString` and instead goes through the more expensive string
10871087
/// formatting facilities.
10881088
///
10891089
/// ### Example

0 commit comments

Comments
 (0)