Skip to content

Commit

Permalink
Remove unnecessary allowed Clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Jan 21, 2022
1 parent e4ab733 commit 94b4662
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/group/elliptic_curve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
// License, Version 2.0 found in the LICENSE-APACHE file in the root directory
// of this source tree.

#![allow(
clippy::borrow_interior_mutable_const,
clippy::declare_interior_mutable_const
)]

use digest::core_api::BlockSizeUser;
use digest::OutputSizeUser;
use elliptic_curve::group::cofactor::CofactorGroup;
Expand Down

0 comments on commit 94b4662

Please sign in to comment.