]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/unneeded-trait-implementations-title.rs
Auto merge of #101303 - jyn514:jnelson/handle-cycle-enum, r=cjgillot
[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