• basic-toml 0.1.1/src/lib.rs
    128
        clippy::uninlined_format_args,
    129
        clippy::unwrap_or_else_default
    130
    )]
  • coap-handler 0.1.4/src/implementations.rs
    11
        clippy::redundant_closure,
    12
        clippy::unwrap_or_else_default,
    13
        clippy::manual_map,