]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/issue-35169.rs
Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum
[rust.git] / src / test / rustdoc / issue-35169.rs
index 0978b103076fefd9d6ced159bfb4b20a26bf353b..04fffc40572a6b5515cfad66c6f99b924c78261f 100644 (file)
@@ -18,7 +18,6 @@ impl Deref for Bar {
     fn deref(&self) -> &Foo { loop {} }
 }
 
-// @has issue_35169/Bar.t.html
 // @has issue_35169/struct.Bar.html
 // @has - '//*[@id="by_ref.v"]' 'fn by_ref(&self)'
 // @has - '//*[@id="method.by_ref"]' 'fn by_ref(&self)'