add SEEK_REWIND in msrv
SEEK_REWIND uses msrvs::SEEK_REWIND
This commit is contained in:
parent
5a9c4a0090
commit
a05e86f5dd
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue