1
Fork 0

rustdoc: Record aliases as Symbols

This commit is contained in:
Noah Lev 2021-11-19 21:54:43 -05:00
parent 8b8f1e069f
commit a65421651a
3 changed files with 6 additions and 6 deletions

View file

@ -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.