]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/strip-enum-variant.rs
Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC
[rust.git] / src / test / rustdoc / strip-enum-variant.rs
index f82ffdfeda58f38bcda89c81997b87712af97bef..8753a7dc613a855b6012028a768ce21524403862 100644 (file)
@@ -3,7 +3,7 @@
 // @!has - '//code' 'NotShown'
 // @has - '//code' '// some variants omitted'
 // Also check that `NotShown` isn't displayed in the sidebar.
-// @snapshot no-not-shown - '//*[@class="sidebar-elems"]/section/*[@class="block"][1]/ul'
+// @snapshot no-not-shown - '//*[@class="sidebar-elems"]/section/*[@class="block"][1]'
 pub enum MyThing {
     Shown,
     #[doc(hidden)]