about summary refs log tree commit diff
path: root/src/libstd/path
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-07 10:27:52 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-07 10:27:52 -0800
commitb53e9f17d336bc3550ab2c5eda503bd9e719e94f (patch)
tree7faddc7360154edef97d224981749d955756d4af /src/libstd/path
parent2a8cb678e61e91c160d80794b5fdd723d0d4211c (diff)
downloadrust-b53e9f17d336bc3550ab2c5eda503bd9e719e94f.tar.gz
rust-b53e9f17d336bc3550ab2c5eda503bd9e719e94f.zip
Register new snapshots
Diffstat (limited to 'src/libstd/path')
-rw-r--r--src/libstd/path/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs
index 581969e98fb..aa59d60d7a4 100644
--- a/src/libstd/path/mod.rs
+++ b/src/libstd/path/mod.rs
@@ -823,7 +823,6 @@ pub struct Display<'a, P:'a> {
     filename: bool
 }
 
-//NOTE(stage0): replace with deriving(Show) after snapshot
 impl<'a, P: GenericPath> fmt::Show for Display<'a, P> {
     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
         fmt::String::fmt(self, f)