Skip to content

Conversation

@tarcieri
Copy link
Member

Adopts the following lints as a baseline (with a few exceptions):

#![warn(
    clippy::mod_module_files,
    clippy::unwrap_used,
    missing_docs,
    rust_2018_idioms,
    unused_lifetimes,
    unused_qualifications
)]

Adopts the following lints as a baseline (with a few exceptions):

    #![warn(
        clippy::mod_module_files,
        clippy::unwrap_used,
        missing_docs,
        rust_2018_idioms,
        unused_lifetimes,
        unused_qualifications
    )]
@tarcieri tarcieri merged commit 414f439 into master Dec 30, 2022
@tarcieri tarcieri deleted the lint-improvements branch December 30, 2022 01:51
baloo added a commit to baloo/formats that referenced this pull request Oct 29, 2024
Changed
- bump zeroize from 1.4.2 to 1.4.3 (RustCrypto#187)
- Lint improvements (RustCrypto#824)
- bump zeroize from 1.5.7 to 1.6.0 (RustCrypto#956)
- bump zeroize from 1.7.0 to 1.8.1 (RustCrypto#1419)

Fixed
- fix TAI offset and verify with GH Action (RustCrypto#1583)
@baloo baloo mentioned this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants