]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/escape.rs
register new snapshots
[rust.git] / src / librustdoc / html / escape.rs
index 99cd467cdfccca508e9921b68c35d7a8828f66ba..6fb78d9a8334b285ad09cbc74445bd0912d1c8ab 100644 (file)
 /// string when passed to a format string.
 pub struct Escape<'a>(pub &'a str);
 
-//NOTE(stage0): remove impl after snapshot
-#[cfg(stage0)]
-impl<'a> fmt::Show for Escape<'a> {
-    fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
-        fmt::String::fmt(self, f)
-    }
-}
-
 impl<'a> fmt::String for Escape<'a> {
     fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
         // Because the internet is always right, turns out there's not that many