]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/unneeded-trait-implementations-title.rs
Rollup merge of #103969 - ferrocene:pa-download-rustc-ui-tests, r=jyn514
[rust.git] / src / test / rustdoc / unneeded-trait-implementations-title.rs
1 #![crate_name = "foo"]
2
3 pub struct Bar;
4
5 // @count foo/struct.Bar.html '//*[@id="implementations"]' 0