mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 09:18:18 +00:00
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:
commit
ee1ba33c4c
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@
|
||||||
//! val: num.to_json(),
|
//! val: num.to_json(),
|
||||||
//! }).unwrap();
|
//! }).unwrap();
|
||||||
//! println!("data: {}", data);
|
//! println!("data: {}", data);
|
||||||
//! // data: {"uid":1,"dsc":"test","val":"0.0001+12.539j"};
|
//! // data: {"uid":1,"dsc":"test","val":"0.0001+12.539i"};
|
||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue