Skip to content

Commit 4a173a6

Browse files
committed
Bless rustdoc.
1 parent 2f416e8 commit 4a173a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc/issue-20727.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ pub mod reexport {
1919
// @has - '//*[@class="rust trait"]' 'trait Deref {'
2020
// @has - '//*[@class="rust trait"]' 'type Target: ?Sized;'
2121
// @has - '//*[@class="rust trait"]' \
22-
// "fn deref(&'a self) -> &'a Self::Target;"
22+
// "fn deref<'a>(&'a self) -> &'a Self::Target;"
2323
pub use issue_20727::Deref;
2424
}

0 commit comments

Comments
 (0)