mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +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