about summary refs log tree commit diff
path: root/src/libregex
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2015-01-07 16:29:48 -0500
committerJorge Aparicio <japaricious@gmail.com>2015-01-07 17:15:06 -0500
commit6e2bfe4ae8277f0cfe76831b446d50820b4527f5 (patch)
treebb740f238c4a8beae26dfd1f31303ed24f3ffca6 /src/libregex
parent9f1ead8fadc56bad30dc74f5cc50d78af4fbc972 (diff)
downloadrust-6e2bfe4ae8277f0cfe76831b446d50820b4527f5.tar.gz
rust-6e2bfe4ae8277f0cfe76831b446d50820b4527f5.zip
register new snapshots
Diffstat (limited to 'src/libregex')
-rw-r--r--src/libregex/re.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libregex/re.rs b/src/libregex/re.rs
index 37f9869f3bf..acaf2e9b4cb 100644
--- a/src/libregex/re.rs
+++ b/src/libregex/re.rs
@@ -90,15 +90,6 @@ impl Clone for ExNative {
     }
 }
 
-#[cfg(stage0)]
-//FIXME: remove after stage0 snapshot
-impl fmt::Show for Regex {
-    /// Shows the original regular expression.
-    fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
-        fmt::String::fmt(self.as_str(), f)
-    }
-}
-
 impl fmt::String for Regex {
     /// Shows the original regular expression.
     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {