about summary refs log tree commit diff
path: root/src/libhexfloat
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-07 03:21:47 -0700
committerbors <bors@rust-lang.org>2014-05-07 03:21:47 -0700
commit4a5d39001b1da84fe4be2996a2c7d894d5c248c6 (patch)
tree8adeb549f225f21064989a0bd8dc22bb8ca67b8c /src/libhexfloat
parent897b96a2e28778a5819907a74fc800508eadeffc (diff)
parentd7891c7c0e964fc9f947e0aefc7494218d531af2 (diff)
downloadrust-4a5d39001b1da84fe4be2996a2c7d894d5c248c6.tar.gz
rust-4a5d39001b1da84fe4be2996a2c7d894d5c248c6.zip
auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson
Lots of assorted things here and there, all the details are in the commits.

Closes #11712
Diffstat (limited to 'src/libhexfloat')
-rw-r--r--src/libhexfloat/lib.rs2
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