Move doc alias discovery into the Attributes struct and some code improvements
This commit is contained in:
parent
f581cf7544
commit
883c177abb
4 changed files with 15 additions and 39 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue