Closed Kmeakin closed 1 year ago
Use Self in place of explicit type names where possible. Also adds #![warn(clippy::use_self)] to enforce the new style.
Self
#![warn(clippy::use_self)]
Dual to https://github.com/yeslogic/fathom/pull/479
Closed by #479
Use
Self
in place of explicit type names where possible. Also adds#![warn(clippy::use_self)]
to enforce the new style.Dual to https://github.com/yeslogic/fathom/pull/479