Skip to content

Commit

Permalink
rollup merge of rust-lang#20976: jbcrail/rm-unused-import
Browse files Browse the repository at this point in the history
The BorrowFrom trait was unused by the tests.
  • Loading branch information
alexcrichton committed Jan 15, 2015
2 parents 0ad0b0e + 415fc5f commit 199d2ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcollections/btree/map.rs
Original file line number Diff line number Diff line change
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 199d2ab

Please sign in to comment.