Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 64edd0b

Browse files
committed
Remove unknown_clippy_lints
1 parent 995d4a0 commit 64edd0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/math/src/uint.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// required for clippy
44
#![allow(clippy::assign_op_pattern)]
55
#![allow(clippy::ptr_offset_with_cast)]
6-
#![allow(clippy::unknown_clippy_lints)]
76
#![allow(clippy::manual_range_contains)]
87

98
use uint::construct_uint;

0 commit comments

Comments
 (0)