From 3699e939e8f6a2517806a219c082723d50dd4288 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Thu, 5 Sep 2024 17:58:05 -0700 Subject: rustdoc-search: allow trailing `Foo ->` arg search --- tests/rustdoc-js-std/parser-errors.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests/rustdoc-js-std/parser-errors.js') diff --git a/tests/rustdoc-js-std/parser-errors.js b/tests/rustdoc-js-std/parser-errors.js index c4d7c2b0b85..5ce35bf511d 100644 --- a/tests/rustdoc-js-std/parser-errors.js +++ b/tests/rustdoc-js-std/parser-errors.js @@ -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" ', elems: [], -- cgit 1.4.1-3-g733a5