diff options
Diffstat (limited to 'src/rustc/lib/llvm.rs')
| -rw-r--r-- | src/rustc/lib/llvm.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rustc/lib/llvm.rs b/src/rustc/lib/llvm.rs index ddce3c9640e..6da8a9d57c9 100644 --- a/src/rustc/lib/llvm.rs +++ b/src/rustc/lib/llvm.rs @@ -1,6 +1,6 @@ -import std::map::hashmap; +use std::map::hashmap; -import libc::{c_char, c_int, c_uint, c_longlong, c_ulonglong}; +use libc::{c_char, c_int, c_uint, c_longlong, c_ulonglong}; type Opcode = u32; type Bool = c_uint; |
