about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorAlexander Korolkov <alexander.korolkov@gmail.com>2015-02-05 15:04:07 +0300
committerAlexander Korolkov <alexander.korolkov@gmail.com>2015-02-08 20:00:30 +0300
commit34afe5e193182a0029abe1ae8258f79f4cd56cd9 (patch)
treeb3b464820ac3147838891a66351701f8071ce00c /src/libsyntax
parent725cc06464abda7a657780f12feaefb7f10333c6 (diff)
downloadrust-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.rs1
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};