rust/clippy_lints/src/methods
2021-03-11 19:37:16 +09:00
..
bind_instead_of_map.rs Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup 2020-11-23 13:51:04 +01:00
bytes_nth.rs Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup 2021-02-11 15:04:38 +01:00
expect_used.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
filter_map_identity.rs Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup 2021-02-11 15:04:38 +01:00
filter_next.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
get_unwrap.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
implicit_clone.rs added new lint implicit_clone 2021-02-26 19:13:47 -06:00
inefficient_to_string.rs Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup 2020-11-05 14:29:48 +01:00
inspect_for_each.rs Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup 2021-01-30 18:06:34 +01:00
iter_count.rs Fix remaining dogfood errors (internal lints) 2021-03-11 10:57:49 +01:00
manual_saturating_arithmetic.rs Rename HIR UnOp variants 2021-02-09 11:39:20 +03:00
mod.rs move skip_while_next to its own module 2021-03-11 19:37:16 +09:00
ok_expect.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
option_map_unwrap_or.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
skip_while_next.rs move skip_while_next to its own module 2021-03-11 19:37:16 +09:00
unnecessary_filter_map.rs Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup 2021-02-11 15:04:38 +01:00
unnecessary_lazy_eval.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
unwrap_used.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00