Skip to content

Commit 46ccce0

Browse files
committed
Remove duplicate test line
1 parent f97e094 commit 46ccce0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/rustdoc/manual_impl.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ pub trait T {
3535
// @has - '//*[@class="docblock"]' 'Docs associated with the S1 trait a_method implementation.'
3636
// @!has - '//*[@class="docblock"]' 'Docs associated with the trait a_method definition.'
3737
// @has - '//*[@class="docblock"]' 'Docs associated with the trait b_method definition.'
38-
// @has - '//*[@class="docblock"]' 'Docs associated with the trait b_method definition.'
3938
// @has - '//*[@class="docblock"]' 'Docs associated with the trait c_method definition.'
4039
// @!has - '//*[@class="docblock"]' 'There is another line'
4140
// @has - '//*[@class="docblock"]' 'Read more'

0 commit comments

Comments
 (0)