]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/issue-35169-2.rs
Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc / issue-35169-2.rs
index 0caead100d666216df186129e038a874ead479f1..33f7646ced68b4ef1f13442ff2b4cd3f23edc2cc 100644 (file)
@@ -23,7 +23,6 @@ impl DerefMut for Bar {
     fn deref_mut(&mut self) -> &mut Foo { loop {} }
 }
 
-// @has issue_35169_2/Bar.t.html
 // @has issue_35169_2/struct.Bar.html
 // @has - '//*[@id="by_ref.v"]' 'fn by_ref(&self)'
 // @has - '//*[@id="method.by_ref"]' 'fn by_ref(&self)'