diff options
Diffstat (limited to 'tests/rustdoc/unneeded-trait-implementations-title.rs')
| -rw-r--r-- | tests/rustdoc/unneeded-trait-implementations-title.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/rustdoc/unneeded-trait-implementations-title.rs b/tests/rustdoc/unneeded-trait-implementations-title.rs index e1bcfd3b97e..f7a97dfaaef 100644 --- a/tests/rustdoc/unneeded-trait-implementations-title.rs +++ b/tests/rustdoc/unneeded-trait-implementations-title.rs @@ -2,4 +2,4 @@ pub struct Bar; -// @count foo/struct.Bar.html '//*[@id="implementations"]' 0 +//@ count foo/struct.Bar.html '//*[@id="implementations"]' 0 | 
