Added mention of `i128` feature to ‘README.md’
This commit is contained in:
parent
746db74dac
commit
dd5b107c56
|
@ -36,6 +36,8 @@ default-features = false
|
||||||
The `Float` and `Real` traits are only available when `std` is enabled. The
|
The `Float` and `Real` traits are only available when `std` is enabled. The
|
||||||
`FloatCore` trait is always available.
|
`FloatCore` trait is always available.
|
||||||
|
|
||||||
|
Implementations for `i128` and `u128` are only available when `i128` is enabled.
|
||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
Release notes are available in [RELEASES.md](RELEASES.md).
|
Release notes are available in [RELEASES.md](RELEASES.md).
|
||||||
|
|
Loading…
Reference in New Issue