mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
eaa03ea911
feat(new lint): new lint `manual_retain` close #8097 This PR is a new lint implementation. This lint checks if the `retain` method is available. Thank you in advance. changelog: add new ``[`manual_retain`]`` lint