diff options
| author | lapla-cogito <me@lapla.dev> | 2025-02-23 11:57:16 +0900 |
|---|---|---|
| committer | lapla-cogito <me@lapla.dev> | 2025-02-23 11:57:16 +0900 |
| commit | f04bfae764c90270dddeb5d0cf1e8254fb0098ce (patch) | |
| tree | 8baba64018c244f546028821a44bb65df2bfc504 | |
| parent | d92da0fb322e833e481a4c50f0f73b7b27829546 (diff) | |
| download | rust-f04bfae764c90270dddeb5d0cf1e8254fb0098ce.tar.gz rust-f04bfae764c90270dddeb5d0cf1e8254fb0098ce.zip | |
correct version attribute for `io_other_error`
| -rw-r--r-- | clippy_lints/src/methods/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/methods/mod.rs b/clippy_lints/src/methods/mod.rs index 291ddc1ce17..f84f544ddba 100644 --- a/clippy_lints/src/methods/mod.rs +++ b/clippy_lints/src/methods/mod.rs @@ -4478,7 +4478,7 @@ declare_clippy_lint! { /// ```no_run /// let _ = std::io::Error::other("bad".to_string()); /// ``` - #[clippy::version = "1.86.0"] + #[clippy::version = "1.87.0"] pub IO_OTHER_ERROR, style, "calling `std::io::Error::new(std::io::ErrorKind::Other, _)`" |
