]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/unneeded-trait-implementations-title.rs
Rollup merge of #106144 - tgross35:patch-1, r=Mark-Simulacrum
[rust.git] / tests / 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