diff options
| author | Fridtjof Stoldt <xFrednet@gmail.com> | 2025-02-21 21:53:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-21 21:53:48 +0000 |
| commit | e479a9ff959df44e8b582834d123705e4b3477e1 (patch) | |
| tree | 52162df7c68ce49ec91ec7bd3f8e88083965ca6a /clippy_lints/src/declared_lints.rs | |
| parent | 649cef0e81d1c095e9a643cac4998e1ff1910c6d (diff) | |
| parent | 6366cca43958bedcfcc1b980061793e1f6664c43 (diff) | |
add `io_other_error` lint (#14022)
fixes #12717. r? @xFrednet ---- changelog: add [`io_other_error`] lint
Diffstat (limited to 'clippy_lints/src/declared_lints.rs')
| -rw-r--r-- | clippy_lints/src/declared_lints.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clippy_lints/src/declared_lints.rs b/clippy_lints/src/declared_lints.rs index 1cc1a81f8ce..9df9a62438c 100644 --- a/clippy_lints/src/declared_lints.rs +++ b/clippy_lints/src/declared_lints.rs @@ -400,6 +400,7 @@ pub static LINTS: &[&crate::LintInfo] = &[ crate::methods::INEFFICIENT_TO_STRING_INFO, crate::methods::INSPECT_FOR_EACH_INFO, crate::methods::INTO_ITER_ON_REF_INFO, + crate::methods::IO_OTHER_ERROR_INFO, crate::methods::IS_DIGIT_ASCII_RADIX_INFO, crate::methods::ITERATOR_STEP_BY_ZERO_INFO, crate::methods::ITER_CLONED_COLLECT_INFO, |
