about summary refs log tree commit diff
path: root/src/test/rustdoc-js-std/parser-paths.js
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-02-09 20:56:37 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-04-18 20:59:08 +0200
commit49297337b46eabef906a41f2c438bdd569b9227d (patch)
treea2b2c802aa310585fb1c3fcde8e3ecd5f65c6558 /src/test/rustdoc-js-std/parser-paths.js
parent99d552092c7a0c154b98c8d5120b1e3ad729cfcd (diff)
downloadrust-49297337b46eabef906a41f2c438bdd569b9227d.tar.gz
rust-49297337b46eabef906a41f2c438bdd569b9227d.zip
Simplify parser syntax
Diffstat (limited to 'src/test/rustdoc-js-std/parser-paths.js')
-rw-r--r--src/test/rustdoc-js-std/parser-paths.js3
1 files changed, 0 insertions, 3 deletions
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<f>,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",