]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc-js/search-short-types.js
Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors
[rust.git] / tests / rustdoc-js / search-short-types.js
index d14672af71fd6b714d3107b68c04ee16bd130d71..3b2f15a40bf87448fb9f441266e1934d1a6c6301 100644 (file)
@@ -4,7 +4,6 @@ const EXPECTED = {
     'others': [
         { 'path': 'search_short_types', 'name': 'P' },
         { 'path': 'search_short_types::VeryLongTypeName', 'name': 'p' },
-        { 'path': 'search_short_types', 'name': 'Ap' },
-        { 'path': 'search_short_types::VeryLongTypeName', 'name': 'ap' },
+        { 'path': 'search_short_types', 'name': 'Pa' },
     ],
 };