diff options
| author | HeroesGrave <heroesgrave@gmail.com> | 2014-02-14 16:51:26 +1300 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-02-14 07:47:31 -0800 |
| commit | 11b2515f0f5a46cfe6ef55b623b028b8dbc59519 (patch) | |
| tree | d006a56cbc4df8af52126af321c5f777f135ced4 /src/libsyntax | |
| parent | 3f54ca1ec4accf75a2897003430776ca9d399748 (diff) | |
| download | rust-11b2515f0f5a46cfe6ef55b623b028b8dbc59519.tar.gz rust-11b2515f0f5a46cfe6ef55b623b028b8dbc59519.zip | |
Removed libextra dependency from libsyntax.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 613416bed1c..78e40a795db 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -32,7 +32,7 @@ This API is completely unstable and subject to change. #[deny(non_camel_case_types)]; -extern mod extra; +#[cfg(test)] extern mod extra; extern mod serialize; extern mod term; extern mod collections; |
