File tree 2 files changed +7
-6
lines changed 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " indexmap"
3
+ edition = " 2018"
3
4
version = " 1.5.0"
4
5
authors = [
5
6
" bluss" ,
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ pub use crate::mutable_keys::MutableKeys;
9
9
pub use crate :: rayon:: map as rayon;
10
10
11
11
use crate :: vec:: { self , Vec } ;
12
- use core:: cmp:: Ordering ;
13
- use core:: fmt;
14
- use core:: hash:: { BuildHasher , Hash , Hasher } ;
15
- use core:: iter:: FromIterator ;
16
- use core:: ops:: { Index , IndexMut , RangeFull } ;
17
- use core:: slice:: { Iter as SliceIter , IterMut as SliceIterMut } ;
12
+ use :: core:: cmp:: Ordering ;
13
+ use :: core:: fmt;
14
+ use :: core:: hash:: { BuildHasher , Hash , Hasher } ;
15
+ use :: core:: iter:: FromIterator ;
16
+ use :: core:: ops:: { Index , IndexMut , RangeFull } ;
17
+ use :: core:: slice:: { Iter as SliceIter , IterMut as SliceIterMut } ;
18
18
19
19
#[ cfg( has_std) ]
20
20
use std:: collections:: hash_map:: RandomState ;
You can’t perform that action at this time.
0 commit comments