]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-json/output_generics.rs
Rollup merge of #101287 - Adam-Gleave:doc_bool_then_some, r=scottmcm
[rust.git] / src / test / rustdoc-json / output_generics.rs
index d80656c7fc8aad584706916c082afa779b4b8b70..04b1a358fba4ea0710d6bec46145b8d9b28ef2a0 100644 (file)
@@ -2,12 +2,11 @@
 
 // This is a regression test for #98009.
 
-// @has output_generics.json
-// @has - "$.index[*][?(@.name=='this_compiles')]"
-// @has - "$.index[*][?(@.name=='this_does_not')]"
-// @has - "$.index[*][?(@.name=='Events')]"
-// @has - "$.index[*][?(@.name=='Other')]"
-// @has - "$.index[*][?(@.name=='Trait')]"
+// @has "$.index[*][?(@.name=='this_compiles')]"
+// @has "$.index[*][?(@.name=='this_does_not')]"
+// @has "$.index[*][?(@.name=='Events')]"
+// @has "$.index[*][?(@.name=='Other')]"
+// @has "$.index[*][?(@.name=='Trait')]"
 
 struct Events<R>(R);