mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
039af9c9e7
add new lint `seek_to_start_instead_of_rewind ` changelog: `seek_to_start_instead_of_rewind`: new lint to suggest using `rewind` instead of `seek` to start Resolve #8600