This commit is contained in:
Trevor Spiteri 2020-10-19 16:00:24 +02:00
parent c3e1e1c8b3
commit 13a1e9c089
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ The [*fixed-macro* crate] provides a convenient macro to write down
fixed-point constants literally in the code.
```rust
# #[cfg!(feature = "add-fixed-macro-dev-dependency-on-rustc-version-bump")] {
# #[cfg(feature = "add-fixed-macro-dev-dependency-on-rustc-version-bump")] {
use fixed::types::I16F16;
use fixed_macro::fixed;