rollup merge of #20976: jbcrail/rm-unused-import
The BorrowFrom trait was unused by the tests.
This commit is contained in:
commit
199d2ab0d8
1 changed files with 0 additions and 1 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue