rollup merge of #20976: jbcrail/rm-unused-import

The BorrowFrom trait was unused by the tests.
This commit is contained in:
Alex Crichton 2015-01-15 14:11:29 -08:00
commit 199d2ab0d8

View File

@ -1422,7 +1422,6 @@ pub fn entry<'a>(&'a mut self, mut key: K) -> Entry<'a, K, V> {
#[cfg(test)]
mod test {
use prelude::*;
use std::borrow::BorrowFrom;
use super::{BTreeMap, Occupied, Vacant};