correct version attribute for io_other_error

This commit is contained in:
lapla-cogito 2025-02-23 11:57:16 +09:00
parent d92da0fb32
commit f04bfae764
No known key found for this signature in database
GPG key ID: B39C71D9F127FF9F

View file

@ -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, _)`"