Skip to content

Commit 1b16f39

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: clippy_lints/src/deprecated_lints.rs

+1-1
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)