aboutsummaryrefslogtreecommitdiff
path: root/lib/src/lints.rs
blob: b4d4af3b0800f0cc53695cf38c5ace3e0f1e2f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use crate::lints;

lints! {
    bool_comparison,
    empty_let_in,
    manual_inherit,
    manual_inherit_from,
    legacy_let_syntax,
    collapsible_let_in,
    eta_reduction,
    useless_parens,
    unquoted_splice,
    empty_pattern,
    redundant_pattern_bind,
    unquoted_uri,
    deprecated_is_null,
}