rustdoc-search: search backend with partitioned suffix tree
This commit is contained in:
@@ -34,7 +34,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "d",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
{
|
||||
name: "[]",
|
||||
@@ -42,16 +42,16 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "[]",
|
||||
generics: [],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
},
|
||||
],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
},
|
||||
],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
},
|
||||
],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
},
|
||||
],
|
||||
foundElems: 1,
|
||||
@@ -68,7 +68,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "[]",
|
||||
generics: [],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
},
|
||||
{
|
||||
name: "u8",
|
||||
@@ -76,7 +76,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "u8",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
],
|
||||
foundElems: 2,
|
||||
@@ -99,10 +99,10 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "u8",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
},
|
||||
],
|
||||
foundElems: 1,
|
||||
@@ -125,7 +125,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "u8",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
{
|
||||
name: "u8",
|
||||
@@ -133,10 +133,10 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "u8",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
},
|
||||
],
|
||||
foundElems: 1,
|
||||
@@ -165,13 +165,13 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "u8",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
},
|
||||
],
|
||||
foundElems: 1,
|
||||
@@ -188,7 +188,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "[]",
|
||||
generics: [],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
},
|
||||
],
|
||||
foundElems: 1,
|
||||
@@ -283,10 +283,10 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "u8",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
},
|
||||
],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
},
|
||||
],
|
||||
foundElems: 1,
|
||||
|
||||
Reference in New Issue
Block a user