1
Fork 0

Move doc alias discovery into the Attributes struct and some code improvements

This commit is contained in:
Guillaume Gomez 2020-05-04 15:26:17 +02:00
parent f581cf7544
commit 883c177abb
4 changed files with 15 additions and 39 deletions

View file

@ -278,7 +278,7 @@ pub struct RenderInfo {
/// Struct representing one entry in the JS search index. These are all emitted
/// by hand to a large JS file at the end of cache-creation.
#[derive(Debug)]
pub struct IndexItem {
struct IndexItem {
ty: ItemType,
name: String,
path: String,