From 8eccf15964e09c2e024710512e671c6b1b88e885 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 27 Oct 2021 19:50:52 +0530 Subject: add 3 new lints, bump to v0.2.3 - empty_pattern - redundant_pattern_bind - unquoted_splice --- lib/src/lints.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/src/lints.rs') diff --git a/lib/src/lints.rs b/lib/src/lints.rs index f7e98ac..09cd77c 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs @@ -9,4 +9,7 @@ lint_map! { collapsible_let_in, eta_reduction, useless_parens, + unquoted_splice, + empty_pattern, + redundant_pattern_bind, } -- cgit v1.2.3