We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
io_other_error
2 parents 6366e31 + f04bfae commit d28d234Copy full SHA for d28d234
1 file changed
clippy_lints/src/methods/mod.rs
@@ -4475,7 +4475,7 @@ declare_clippy_lint! {
4475
/// ```no_run
4476
/// let _ = std::io::Error::other("bad".to_string());
4477
/// ```
4478
- #[clippy::version = "1.86.0"]
+ #[clippy::version = "1.87.0"]
4479
pub IO_OTHER_ERROR,
4480
style,
4481
"calling `std::io::Error::new(std::io::ErrorKind::Other, _)`"
0 commit comments