correct version attribute for io_other_error
This commit is contained in:
parent
d92da0fb32
commit
f04bfae764
1 changed files with 1 additions and 1 deletions
|
|
@ -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, _)`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue