mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-11 03:31:15 +03:00
fix: fix feature = "cargo-clippy" deprecation
This commit is contained in:
parent
43b43d9749
commit
902df61bb4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
// required for genesis replacement
|
||||
//! #![allow(unused_imports)]
|
||||
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))]
|
||||
#![allow(clippy::unreadable_literal)]
|
||||
|
||||
use crate::core;
|
||||
use crate::core::hash::Hash;
|
||||
|
|
Loading…
Add table
Reference in a new issue