Fix typo in issue-13698.rs
This commit is contained in:
parent
df79da9661
commit
a9217e316c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,5 +22,5 @@ pub trait Bar {
|
|||
fn bar(&self) {}
|
||||
}
|
||||
|
||||
// @!has issue_13698/struct.Foo.html '//*[@id="method.foo"]' 'fn bar'
|
||||
// @!has issue_13698/struct.Foo.html '//*[@id="method.bar"]' 'fn bar'
|
||||
impl Bar for Foo {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue