rustdoc: Record aliases as Symbols
This commit is contained in:
parent
8b8f1e069f
commit
a65421651a
3 changed files with 6 additions and 6 deletions
|
@ -103,7 +103,7 @@ crate struct IndexItem {
|
|||
crate parent: Option<DefId>,
|
||||
crate parent_idx: Option<usize>,
|
||||
crate search_type: Option<IndexItemFunctionType>,
|
||||
crate aliases: Box<[String]>,
|
||||
crate aliases: Box<[Symbol]>,
|
||||
}
|
||||
|
||||
/// A type used for the search index.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue