We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cf2fe commit e919501Copy full SHA for e919501
compiler/rustc_type_ir/src/search_graph/mod.rs
@@ -13,7 +13,7 @@
13
//! behavior as long as the resulting behavior is still correct.
14
use std::cmp::Ordering;
15
use std::collections::hash_map::Entry;
16
-use std::collections::{btree_map, BTreeMap};
+use std::collections::{BTreeMap, btree_map};
17
use std::fmt::Debug;
18
use std::hash::Hash;
19
use std::iter;
0 commit comments