Skip to content

Commit b33cb42

Browse files
committed
allow unknown lints
1 parent 530abf7 commit b33cb42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ The `uiua` crate has the following noteable feature flags:
136136
*/
137137

138138
#![allow(
139+
unknown_lints,
139140
clippy::single_match,
140141
clippy::needless_range_loop,
141142
clippy::mutable_key_type,

0 commit comments

Comments
 (0)