rustdoc-search: removed dead parser code
This is already covered by the normal unexpected char path.
This commit is contained in:
@@ -17,6 +17,15 @@ const PARSED = [
|
||||
userQuery: "-> <p>",
|
||||
error: "Found generics without a path",
|
||||
},
|
||||
{
|
||||
query: '-> *',
|
||||
elems: [],
|
||||
foundElems: 0,
|
||||
original: "-> *",
|
||||
returned: [],
|
||||
userQuery: "-> *",
|
||||
error: "Unexpected `*`",
|
||||
},
|
||||
{
|
||||
query: 'a<"P">',
|
||||
elems: [],
|
||||
|
||||
Reference in New Issue
Block a user