• millennium-plugin-vibrancy 1.0.0-beta.3/src/macos.rs
    17
    #![allow(clippy::deprecated_semver)]
  • sciter-rs 0.5.58/src/lib.rs
    69
    #![allow(clippy::upper_case_acronyms)]// C++ SDK constants
    70
    #![allow(clippy::deprecated_semver)]  // `#[deprecated(since="Sciter 4.4.3.24")]` is not a semver format.
    71
    #![allow(clippy::result_unit_err)]		// Sciter returns BOOL, but `Result<(), ()>` is more strict even without error description.
  • vast4 0.1.0/src/lib.rs
    1
    #![allow(deprecated)]
    2
    #![allow(clippy::deprecated_semver, clippy::needless_late_init)]