diff options
Diffstat (limited to 'components/fallible/lib.rs')
-rw-r--r-- | components/fallible/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/fallible/lib.rs b/components/fallible/lib.rs index ae6a40dc789..f807bc9ce7a 100644 --- a/components/fallible/lib.rs +++ b/components/fallible/lib.rs @@ -5,9 +5,9 @@ extern crate hashglobe; extern crate smallvec; -use hashglobe::FailedAllocationError; #[cfg(feature = "known_system_malloc")] use hashglobe::alloc; +use hashglobe::FailedAllocationError; use smallvec::Array; use smallvec::SmallVec; use std::vec::Vec; |