Skip to content

Commit 94b4662

Browse files
committed
Remove unnecessary allowed Clippy lints
1 parent e4ab733 commit 94b4662

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/group/elliptic_curve.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
// License, Version 2.0 found in the LICENSE-APACHE file in the root directory
66
// of this source tree.
77

8-
#![allow(
9-
clippy::borrow_interior_mutable_const,
10-
clippy::declare_interior_mutable_const
11-
)]
12-
138
use digest::core_api::BlockSizeUser;
149
use digest::OutputSizeUser;
1510
use elliptic_curve::group::cofactor::CofactorGroup;

0 commit comments

Comments
 (0)