We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ab733 commit 94b4662Copy full SHA for 94b4662
src/group/elliptic_curve.rs
@@ -5,11 +5,6 @@
5
// License, Version 2.0 found in the LICENSE-APACHE file in the root directory
6
// of this source tree.
7
8
-#![allow(
9
- clippy::borrow_interior_mutable_const,
10
- clippy::declare_interior_mutable_const
11
-)]
12
-
13
use digest::core_api::BlockSizeUser;
14
use digest::OutputSizeUser;
15
use elliptic_curve::group::cofactor::CofactorGroup;
0 commit comments