diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-02-04 00:06:08 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-02-04 00:06:08 -0800 |
| commit | 6c41192c4188ee3155d44a05a5e41e61088f1938 (patch) | |
| tree | baad2a476c6421b7123caa527624b553955565a4 /src/libextra | |
| parent | e99fe7e4b99b02ac3d3e8d4f52e27603befff8a5 (diff) | |
Register new snapshots
Diffstat (limited to 'src/libextra')
| -rw-r--r-- | src/libextra/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libextra/lib.rs b/src/libextra/lib.rs index 96413f82729..d198fd44450 100644 --- a/src/libextra/lib.rs +++ b/src/libextra/lib.rs @@ -34,11 +34,6 @@ Rust extras are part of the standard Rust distribution. #[deny(non_camel_case_types)]; #[deny(missing_doc)]; -#[cfg(stage0)] -macro_rules! if_ok ( - ($e:expr) => (match $e { Ok(e) => e, Err(e) => return Err(e) }) -) - // Utility modules pub mod c_vec; |
