diff options
| author | Alexander Korolkov <alexander.korolkov@gmail.com> | 2015-02-05 15:04:07 +0300 |
|---|---|---|
| committer | Alexander Korolkov <alexander.korolkov@gmail.com> | 2015-02-08 20:00:30 +0300 |
| commit | 34afe5e193182a0029abe1ae8258f79f4cd56cd9 (patch) | |
| tree | b3b464820ac3147838891a66351701f8071ce00c /src/libsyntax | |
| parent | 725cc06464abda7a657780f12feaefb7f10333c6 (diff) | |
| download | rust-34afe5e193182a0029abe1ae8258f79f4cd56cd9.tar.gz rust-34afe5e193182a0029abe1ae8258f79f4cd56cd9.zip | |
Rename Show to Debug, String to Display
Update reference.md: - derive() no longer supports Zero trait - derive() now supports Copy trait
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ast.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 71259ff5d9a..5ec87eaf8d1 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -64,7 +64,6 @@ use parse::token; use ptr::P; use std::fmt; -use std::fmt::Show; use std::num::Int; use std::rc::Rc; use serialize::{Encodable, Decodable, Encoder, Decoder}; |
