diff options
author | Akshay <[email protected]> | 2021-11-02 07:48:36 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-02 07:48:36 +0000 |
commit | 5b87c6feb3e4a2fcc30ad94125be3dcd4e554754 (patch) | |
tree | 2a73d0b6fd7f3e45388fbb9f7f9053c21816181f /lib/src/lints.rs | |
parent | 831bd7e91d1f97f565d6ea15d816e638a983ad00 (diff) |
new lint: unquoted_uri
Diffstat (limited to 'lib/src/lints.rs')
-rw-r--r-- | lib/src/lints.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/src/lints.rs b/lib/src/lints.rs index 09cd77c..44d5922 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -12,4 +12,5 @@ lint_map! { | |||
12 | unquoted_splice, | 12 | unquoted_splice, |
13 | empty_pattern, | 13 | empty_pattern, |
14 | redundant_pattern_bind, | 14 | redundant_pattern_bind, |
15 | unquoted_uri, | ||
15 | } | 16 | } |