Skip to content

Commit 2271920

Browse files
smoeliusy21
andcommitted
Update clippy_lints/src/deprecated_lints.rs
Co-authored-by: Timo <[email protected]>
1 parent c966e34 commit 2271920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/deprecated_lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ declare_with_version! { DEPRECATED(DEPRECATED_VERSION): &[(&str, &str)] = &[
4242
("clippy::wrong_pub_self_convention", "`clippy::wrong_self_convention` now covers this case via the `avoid-breaking-exported-api` config"),
4343
#[clippy::version = "1.86.0"]
4444
("clippy::option_map_or_err_ok", "`clippy::manual_ok_or` covers this case"),
45-
#[clippy::version = "1.86.0"]
45+
#[clippy::version = "1.87.0"]
4646
("clippy::string_to_string", "`clippy:implicit_clone` covers this case"),
4747
// end deprecated lints. used by `cargo dev deprecate_lint`
4848
]}

0 commit comments

Comments
 (0)