diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-02-28 11:57:33 -0500 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-03-04 12:27:01 -0500 |
| commit | cb4ab76e4a17e0efc6b506af15fd1df654c043ff (patch) | |
| tree | f12c8ae2ad1979e973ccf4ef95b1a396a2daa246 /src/libcore/nil.rs | |
| parent | bc3bee410a6967942d18cef59a781603a7db86e4 (diff) | |
| download | rust-cb4ab76e4a17e0efc6b506af15fd1df654c043ff.tar.gz rust-cb4ab76e4a17e0efc6b506af15fd1df654c043ff.zip | |
Adding missing imports for tests, and gate off others
Diffstat (limited to 'src/libcore/nil.rs')
| -rw-r--r-- | src/libcore/nil.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/nil.rs b/src/libcore/nil.rs index 62ed1d24d79..cf2af7e38cc 100644 --- a/src/libcore/nil.rs +++ b/src/libcore/nil.rs @@ -14,6 +14,7 @@ Functions for the unit type. */ +#[cfg(notest)] use cmp::{Eq, Ord}; #[cfg(notest)] |
