Skip to content

Commit 9b738f8

Browse files
committed
update clippy::version
Signed-off-by: Max Baumann <[email protected]>
1 parent 09965e4 commit 9b738f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/strings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ declare_clippy_lint! {
467467
/// ```rust
468468
/// " A B C ".split_whitespace();
469469
/// ```
470-
#[clippy::version = "1.61.0"]
470+
#[clippy::version = "1.62.0"]
471471
pub TRIM_SPLIT_WHITESPACE,
472472
style,
473473
"using `str::trim()` or alike before `str::split_whitespace`"

0 commit comments

Comments
 (0)