Skip to content

Commit f04bfae

Browse files
committed
correct version attribute for io_other_error
1 parent d92da0f commit f04bfae

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
@@ -4478,7 +4478,7 @@ declare_clippy_lint! {
44784478
/// ```no_run
44794479
/// let _ = std::io::Error::other("bad".to_string());
44804480
/// ```
4481-
#[clippy::version = "1.86.0"]
4481+
#[clippy::version = "1.87.0"]
44824482
pub IO_OTHER_ERROR,
44834483
style,
44844484
"calling `std::io::Error::new(std::io::ErrorKind::Other, _)`"

0 commit comments

Comments
 (0)