diff options
| author | Doru-Florin Blanzeanu <blanzeanu.doru@protonmail.com> | 2022-10-16 19:31:03 +0000 |
|---|---|---|
| committer | Doru-Florin Blanzeanu <blanzeanu.doru@protonmail.com> | 2022-10-24 10:43:48 +0000 |
| commit | 8d6ce3177bd5d4d05723dec1cdd869effc926fc3 (patch) | |
| tree | 697ae96dd3b5c5de362dcf0b6c60b2823cb2d848 /clippy_lints/src/declared_lints.rs | |
| parent | 5b09d4e1f7082aff024faf27263f78e7fc7190a2 (diff) | |
| download | rust-8d6ce3177bd5d4d05723dec1cdd869effc926fc3.tar.gz rust-8d6ce3177bd5d4d05723dec1cdd869effc926fc3.zip | |
Add new lint `rewind_instead_of_seek_to_start`
Signed-off-by: Doru-Florin Blanzeanu <blanzeanu.doru@protonmail.com>
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 c6ae0bddc5a..ad482cfc2e7 100644 --- a/clippy_lints/src/declared_lints.rs +++ b/clippy_lints/src/declared_lints.rs @@ -361,6 +361,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[ crate::methods::RANGE_ZIP_WITH_LEN_INFO, crate::methods::REPEAT_ONCE_INFO, crate::methods::RESULT_MAP_OR_INTO_OPTION_INFO, + crate::methods::REWIND_INSTEAD_OF_SEEK_TO_START_INFO, crate::methods::SEARCH_IS_SOME_INFO, crate::methods::SHOULD_IMPLEMENT_TRAIT_INFO, crate::methods::SINGLE_CHAR_ADD_STR_INFO, |
