Auto merge of #25904 - benaryorg:master, r=steveklabnik

perhaps the smallest and least useful fix in the whole history of rust

I will not blame you if you do not want to merge it
This commit is contained in:
bors 2015-05-30 17:09:53 +00:00
commit ee1ba33c4c

View file

@ -145,7 +145,7 @@
//! val: num.to_json(),
//! }).unwrap();
//! println!("data: {}", data);
//! // data: {"uid":1,"dsc":"test","val":"0.0001+12.539j"};
//! // data: {"uid":1,"dsc":"test","val":"0.0001+12.539i"};
//! }
//! ```
//!