diff options
Diffstat (limited to 'src/libhexfloat')
| -rw-r--r-- | src/libhexfloat/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index 72528e96917..100bec23775 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -27,7 +27,7 @@ extern crate hexfloat; fn main() { let val = hexfloat!("0x1.ffffb4", f32); } - ``` +``` # References |
