diff options
| author | bors <bors@rust-lang.org> | 2014-02-04 06:31:34 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-02-04 06:31:34 -0800 |
| commit | ef53b7a97c58f65ac6967dfc6d30a4354afa34a3 (patch) | |
| tree | 23051c95f1ebf1e4237b8fa74b6dfaa174a038a0 /src/libextra | |
| parent | cdc678945fec211b06b6ec4ba059b8259dfeb2c2 (diff) | |
| parent | 6c41192c4188ee3155d44a05a5e41e61088f1938 (diff) | |
| download | rust-ef53b7a97c58f65ac6967dfc6d30a4354afa34a3.tar.gz rust-ef53b7a97c58f65ac6967dfc6d30a4354afa34a3.zip | |
auto merge of #12026 : alexcrichton/rust/snapshots, r=cmr
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; |
