diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-04-16 12:04:49 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-04-16 12:04:49 +1000 |
| commit | 40e3577b0834794b2d44e6c527fda90d1adbc88e (patch) | |
| tree | 421d5806d850a3d36b4b25fce05215d59b3b2f1a | |
| parent | ef3a8ebb9bbc55bea4e0b62a1dcb6abb5512b223 (diff) | |
| download | rust-40e3577b0834794b2d44e6c527fda90d1adbc88e.tar.gz rust-40e3577b0834794b2d44e6c527fda90d1adbc88e.zip | |
libcore: missed an import for a test
| -rw-r--r-- | src/libcore/at_vec.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/at_vec.rs b/src/libcore/at_vec.rs index 337b0722ce7..532dcf6157b 100644 --- a/src/libcore/at_vec.rs +++ b/src/libcore/at_vec.rs @@ -282,6 +282,7 @@ pub mod raw { #[cfg(test)] mod test { use super::*; + use prelude::*; #[test] fn test() { |
