rustdoc-search: allow trailing Foo -> arg search
This commit is contained in:
@@ -251,15 +251,6 @@ const PARSED = [
|
||||
userQuery: "ab'",
|
||||
error: "Unexpected `'` after `b` (not a valid identifier)",
|
||||
},
|
||||
{
|
||||
query: "a->",
|
||||
elems: [],
|
||||
foundElems: 0,
|
||||
original: "a->",
|
||||
returned: [],
|
||||
userQuery: "a->",
|
||||
error: "Expected at least one item after `->`",
|
||||
},
|
||||
{
|
||||
query: '"p" <a>',
|
||||
elems: [],
|
||||
|
||||
Reference in New Issue
Block a user