Skip to content
Snippets Groups Projects
  • Raphaël Gomès's avatar
    532e74ad3ff6
    rust: run a clippy pass with the latest stable version · 532e74ad3ff6
    Raphaël Gomès authored
    Our current version of clippy is older than the latest stable.
    The newest version has new lints that are moslty good advice, so let's apply
    them ahead of time. This has the added benefit of reducing the noise for
    developpers like myself that use clippy as an IDE helper, as well as being
    more prepared for a future clippy upgrade.
    532e74ad3ff6
    History
    rust: run a clippy pass with the latest stable version
    Raphaël Gomès authored
    Our current version of clippy is older than the latest stable.
    The newest version has new lints that are moslty good advice, so let's apply
    them ahead of time. This has the added benefit of reducing the noise for
    developpers like myself that use clippy as an IDE helper, as well as being
    more prepared for a future clippy upgrade.