add SEEK_REWIND in msrv

SEEK_REWIND uses msrvs::SEEK_REWIND
This commit is contained in:
koka 2023-01-29 01:54:31 +09:00
parent 5a9c4a0090
commit a05e86f5dd
No known key found for this signature in database
GPG key ID: A5917A40697774CD
2 changed files with 2 additions and 1 deletions

View file

@ -169,6 +169,7 @@ The minimum rust version that the project supports
* [unchecked_duration_subtraction](https://rust-lang.github.io/rust-clippy/master/index.html#unchecked_duration_subtraction)
* [collapsible_str_replace](https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_str_replace)
* [seek_from_current](https://rust-lang.github.io/rust-clippy/master/index.html#seek_from_current)
* [seek_rewind](https://rust-lang.github.io/rust-clippy/master/index.html#seek_rewind)
### cognitive-complexity-threshold