aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-28 13:55:36 +0000
committerAkshay <[email protected]>2021-11-28 13:55:36 +0000
commit1079486539d44b2e70c623fb4948d6e0b9b11812 (patch)
tree7dc80cbfb44d31b8fd63955a290e687a32adbec1 /lib
parentcef2deec580acda72e0575b47b6415e5421736a7 (diff)
remove lint: unquoted_splice
Diffstat (limited to 'lib')
-rw-r--r--lib/src/lints.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/lints.rs b/lib/src/lints.rs
index b4d4af3..891e3c8 100644
--- a/lib/src/lints.rs
+++ b/lib/src/lints.rs
@@ -9,7 +9,7 @@ lints! {
9 collapsible_let_in, 9 collapsible_let_in,
10 eta_reduction, 10 eta_reduction,
11 useless_parens, 11 useless_parens,
12 unquoted_splice, 12 // unquoted_splice,
13 empty_pattern, 13 empty_pattern,
14 redundant_pattern_bind, 14 redundant_pattern_bind,
15 unquoted_uri, 15 unquoted_uri,