diff options
author | Akshay <[email protected]> | 2021-11-28 13:55:36 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-28 13:55:36 +0000 |
commit | 1079486539d44b2e70c623fb4948d6e0b9b11812 (patch) | |
tree | 7dc80cbfb44d31b8fd63955a290e687a32adbec1 /lib/src | |
parent | cef2deec580acda72e0575b47b6415e5421736a7 (diff) |
remove lint: unquoted_splice
Diffstat (limited to 'lib/src')
-rw-r--r-- | lib/src/lints.rs | 2 |
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, |