diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-01-07 10:27:52 -0800 | 
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-07 10:27:52 -0800 | 
| commit | b53e9f17d336bc3550ab2c5eda503bd9e719e94f (patch) | |
| tree | 7faddc7360154edef97d224981749d955756d4af /src/libsyntax/ast.rs | |
| parent | 2a8cb678e61e91c160d80794b5fdd723d0d4211c (diff) | |
| download | rust-b53e9f17d336bc3550ab2c5eda503bd9e719e94f.tar.gz rust-b53e9f17d336bc3550ab2c5eda503bd9e719e94f.zip | |
Register new snapshots
Diffstat (limited to 'src/libsyntax/ast.rs')
| -rw-r--r-- | src/libsyntax/ast.rs | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 6766127a5f1..e73d5258d4c 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -100,7 +100,6 @@ impl Ident { } } -//NOTE(stage0): remove after snapshot impl fmt::Show for Ident { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { write!(f, "{}#{}", self.name, self.ctxt) @@ -1085,7 +1084,6 @@ pub enum IntTy { TyI64, } -//NOTE(stage0): remove after snapshot impl fmt::Show for IntTy { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt::String::fmt(self, f) @@ -1127,7 +1125,6 @@ impl UintTy { } } -//NOTE(stage0): remove after snapshot impl fmt::Show for UintTy { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt::String::fmt(self, f) @@ -1146,7 +1143,6 @@ pub enum FloatTy { TyF64, } -//NOTE(stage0): remove after snapshot impl fmt::Show for FloatTy { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt::String::fmt(self, f) | 
