fix width
This commit is contained in:
parent
2924209898
commit
d34478e13c
1 changed files with 1 additions and 0 deletions
|
|
@ -320,6 +320,7 @@ pub(super) fn build_address_prefix_index(
|
|||
for tokens in prefix_index.values_mut() {
|
||||
tokens.sort_unstable();
|
||||
tokens.dedup();
|
||||
tokens.shrink_to_fit();
|
||||
}
|
||||
|
||||
prefix_index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue