• Boa 0.13.1/src/gc.rs
    4
    // when it should be `empty_trace`.
    5
    #![allow(clippy::unsafe_removed_from_name)]
  • libyaml 0.2.0/src/lib.rs
    54
    #![allow(clippy::unsafe_removed_from_name)]
  • serde_yaml 0.9.17/src/lib.rs
    155
        clippy::uninlined_format_args,
    156
        clippy::unsafe_removed_from_name,
    157
        clippy::wildcard_in_or_patterns,