Use collections::{HashMap, HashSet} instead of its std:: counterpart (#7502)
This commit is contained in:
parent
c322179bb9
commit
83cffdde1f
19 changed files with 36 additions and 42 deletions
|
@ -1,4 +1,5 @@
|
|||
use std::{cmp::Ordering, collections::HashMap, ops::Range};
|
||||
use collections::HashMap;
|
||||
use std::{cmp::Ordering, ops::Range};
|
||||
|
||||
/// Construct a string and a list of offsets within that string using a single
|
||||
/// string containing embedded position markers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue