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