mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 07:42:15 +00:00
Only enable i128_type
when necessary.
This commit is contained in:
parent
3908552fb9
commit
51b16c52b3
@ -1,5 +1,7 @@
|
||||
// This library relies on the Rust nightly compiler's `i128_type` feature.
|
||||
#![feature(i128_type)]
|
||||
// If that's not okay for you, disable the u128-support feature. (Pass
|
||||
// --no-default-features for example.)
|
||||
#![cfg_attr(feature = "u128-support", feature(i128_type))]
|
||||
|
||||
// `clippy` is a code linting tool for improving code quality by catching
|
||||
// common mistakes or strange code patterns. If the `clippy` feature is
|
||||
|
Loading…
Reference in New Issue
Block a user