diff options
| author | Flavio Percoco <flaper87@gmail.com> | 2014-03-23 11:37:31 +0100 |
|---|---|---|
| committer | Flavio Percoco <flaper87@gmail.com> | 2014-03-23 11:37:31 +0100 |
| commit | 576e36e674d645cd4682cf2df43fb25c3d1a71d4 (patch) | |
| tree | 3d53cbf1db37999af25297e739d495a718721faa /src/driver | |
| parent | 2ddb60565423bdc225ccc8dd4ebfb653c5650ba2 (diff) | |
| download | rust-576e36e674d645cd4682cf2df43fb25c3d1a71d4.tar.gz rust-576e36e674d645cd4682cf2df43fb25c3d1a71d4.zip | |
Register new snapshots
Diffstat (limited to 'src/driver')
| -rw-r--r-- | src/driver/driver.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/driver/driver.rs b/src/driver/driver.rs index bd7096cda03..5fd08793ce7 100644 --- a/src/driver/driver.rs +++ b/src/driver/driver.rs @@ -8,10 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#[no_uv]; // remove this after stage0 -#[allow(attribute_usage)]; // remove this after stage0 -extern crate native; // remove this after stage0 - #[cfg(rustdoc)] extern crate this = "rustdoc"; |
