Skip to content

Commit 667d202

Browse files
authored
Update search_index.rs
1 parent e25a647 commit 667d202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render/search_index.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ƒ√use std::collections::hash_map::Entry;
1+
use std::collections::hash_map::Entry;
22
use std::collections::{BTreeMap, VecDeque};
33

44
use rustc_data_structures::fx::{FxHashMap, FxIndexMap};

0 commit comments

Comments
 (0)