parent
e407206534
commit
cb4a2d5078
1 changed files with 4 additions and 4 deletions
|
@ -596,9 +596,9 @@
|
|||
}
|
||||
|
||||
return {
|
||||
raw,
|
||||
query,
|
||||
type,
|
||||
raw: raw,
|
||||
query: query,
|
||||
type: type,
|
||||
id: query + type
|
||||
};
|
||||
}
|
||||
|
@ -837,7 +837,7 @@
|
|||
|
||||
searchWords.push(crate);
|
||||
searchIndex.push({
|
||||
crate,
|
||||
crate: crate,
|
||||
ty: 1, // == ExternCrate
|
||||
name: crate,
|
||||
path: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue