rust/clippy_lints/src
2016-10-30 15:43:46 +01:00
..
utils Add lint for redundant pattern matching in iflet for Result/Option 2016-10-30 15:43:46 +01:00
approx_const.rs Add lint for redundant pattern matching in iflet for Result/Option 2016-10-30 15:43:46 +01:00
arithmetic.rs Add lint for redundant pattern matching in iflet for Result/Option 2016-10-30 15:43:46 +01:00
array_indexing.rs
assign_ops.rs
attrs.rs
bit_mask.rs
blacklisted_name.rs
block_in_if_condition.rs
booleans.rs
collapsible_if.rs
consts.rs
copies.rs
cyclomatic_complexity.rs
deprecated_lints.rs
derive.rs
doc.rs Add lint for redundant pattern matching in iflet for Result/Option 2016-10-30 15:43:46 +01:00
drop_ref.rs
entry.rs
enum_clike.rs
enum_glob_use.rs
enum_variants.rs
eq_op.rs
escape.rs
eta_reduction.rs
eval_order_dependence.rs
format.rs
formatting.rs
functions.rs
identity_op.rs
if_let_redundant_pattern_matching.rs Add lint for redundant pattern matching in iflet for Result/Option 2016-10-30 15:43:46 +01:00
if_not_else.rs
items_after_statements.rs
len_zero.rs
let_if_seq.rs
lib.rs Add lint for redundant pattern matching in iflet for Result/Option 2016-10-30 15:43:46 +01:00
lifetimes.rs
loops.rs
map_clone.rs
matches.rs
mem_forget.rs
methods.rs Add lint for redundant pattern matching in iflet for Result/Option 2016-10-30 15:43:46 +01:00
minmax.rs Add lint for redundant pattern matching in iflet for Result/Option 2016-10-30 15:43:46 +01:00
misc_early.rs
misc.rs
missing_doc.rs
mut_mut.rs
mut_reference.rs
mutex_atomic.rs
needless_bool.rs
needless_borrow.rs
needless_update.rs
neg_multiply.rs
new_without_default.rs
no_effect.rs
non_expressive_names.rs
ok_if_let.rs Add lint for redundant pattern matching in iflet for Result/Option 2016-10-30 15:43:46 +01:00
open_options.rs
overflow_check_conditional.rs
panic.rs
precedence.rs
print.rs
ptr.rs
ranges.rs
regex.rs
returns.rs
serde.rs
shadow.rs
strings.rs
swap.rs
temporary_assignment.rs
transmute.rs
types.rs
unicode.rs
unsafe_removed_from_name.rs
unused_label.rs
vec.rs
zero_div_zero.rs