• inc 0.1.3/src/compiler.rs
    245
        #[allow(clippy::redundant_pattern)]
    246
        pub fn eval(s: &mut State, prog: &Expr) -> ASM {
  • neodyn_xc 0.4.0/src/lib.rs
    74
             clippy::needless_pass_by_value, clippy::redundant_field_names,
    75
             clippy::redundant_pattern, clippy::single_match_else,
    76
             clippy::type_repetition_in_bounds,