mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 20:41:22 +00:00
Allow unreadable_literal
lint.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#![cfg_attr(feature = "clippy", plugin(clippy))]
|
||||
#![cfg_attr(feature = "clippy", allow(inline_always))]
|
||||
#![cfg_attr(feature = "clippy", allow(too_many_arguments))]
|
||||
#![cfg_attr(feature = "clippy", allow(unreadable_literal))]
|
||||
|
||||
// The compiler provides `test` (on nightly) for benchmarking tools, but
|
||||
// it's hidden behind a feature flag. Enable it if we're testing.
|
||||
|
Reference in New Issue
Block a user