From 49297337b46eabef906a41f2c438bdd569b9227d Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 9 Feb 2022 20:56:37 +0100 Subject: Simplify parser syntax --- src/test/rustdoc-js-std/parser-paths.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/test/rustdoc-js-std/parser-paths.js') diff --git a/src/test/rustdoc-js-std/parser-paths.js b/src/test/rustdoc-js-std/parser-paths.js index 12b7f922b14..c8c7f21b9bd 100644 --- a/src/test/rustdoc-js-std/parser-paths.js +++ b/src/test/rustdoc-js-std/parser-paths.js @@ -2,7 +2,6 @@ const QUERY = ['A::B', 'A::B,C', 'A::B,C']; const PARSED = [ { - args: [], elems: [{ name: "a::b", fullPath: ["a", "b"], @@ -18,7 +17,6 @@ const PARSED = [ error: null, }, { - args: [], elems: [ { name: "a::b", @@ -43,7 +41,6 @@ const PARSED = [ error: null, }, { - args: [], elems: [ { name: "a::b", -- cgit 1.4.1-3-g733a5