Skip to content

Commit d28d234

Browse files
correct version attribute for io_other_error (#14282)
r? flip1995 changelog: none
2 parents 6366e31 + f04bfae commit d28d234

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4475,7 +4475,7 @@ declare_clippy_lint! {
44754475
/// ```no_run
44764476
/// let _ = std::io::Error::other("bad".to_string());
44774477
/// ```
4478-
#[clippy::version = "1.86.0"]
4478+
#[clippy::version = "1.87.0"]
44794479
pub IO_OTHER_ERROR,
44804480
style,
44814481
"calling `std::io::Error::new(std::io::ErrorKind::Other, _)`"

0 commit comments

Comments
 (0)