rustdoc-search: search backend with partitioned suffix tree
This commit is contained in:
@@ -16,7 +16,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "p",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
{
|
||||
name: "u8",
|
||||
@@ -24,7 +24,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "u8",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
],
|
||||
foundElems: 2,
|
||||
@@ -49,7 +49,7 @@ const PARSED = [
|
||||
generics: [],
|
||||
},
|
||||
],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
],
|
||||
foundElems: 1,
|
||||
@@ -82,7 +82,7 @@ const PARSED = [
|
||||
],
|
||||
},
|
||||
],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
],
|
||||
foundElems: 1,
|
||||
@@ -122,7 +122,7 @@ const PARSED = [
|
||||
generics: [],
|
||||
},
|
||||
],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
],
|
||||
foundElems: 1,
|
||||
@@ -162,7 +162,7 @@ const PARSED = [
|
||||
],
|
||||
},
|
||||
],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
],
|
||||
foundElems: 1,
|
||||
|
||||
Reference in New Issue
Block a user