yeslogic / fathom

🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧
Apache License 2.0
258 stars 14 forks source link

Use `Self` in place of explicit type names where possible #480

Closed Kmeakin closed 1 year ago

Kmeakin commented 1 year ago

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

brendanzab commented 1 year ago

Closed by #479