]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/decl-trailing-whitespace.rs
Rollup merge of #107412 - tshepang:needless-check, r=wesleywiser
[rust.git] / tests / rustdoc / decl-trailing-whitespace.rs
index e47edc1321851744137066320b05838c0084ac67..d2a12435d8f2758d4c01056a2c98b66d009114a4 100644 (file)
@@ -7,7 +7,7 @@
 // @has 'foo/trait.Write.html'
 
 pub trait Write {
-    // @snapshot 'declaration' - '//*[@class="item-decl"]//code'
+    // @snapshot 'declaration' - '//*[@class="rust item-decl"]//code'
     fn poll_write(
         self: Option<String>,
         cx: &mut Option<String>,