Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcrail committed Jan 12, 2015
1 parent 4bed1e8 commit 415fc5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcollections/btree/map.rs
Expand Up @@ -1422,7 +1422,6 @@ impl<K: Ord, V> BTreeMap<K, V> {
#[cfg(test)]
mod test {
use prelude::*;
use std::borrow::BorrowFrom;

use super::{BTreeMap, Occupied, Vacant};

Expand Down

0 comments on commit 415fc5f

Please sign in to comment.