Skip to content

Commit 192d134

Browse files
committed
pacify rustdoc by using better url
1 parent fd302f4 commit 192d134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc/issue-26606.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
extern crate issue_26606_macro;
88

99
// @has issue_26606/constant.FOO.html
10-
// @!has - '//a/@href' '../src/'
10+
// @has - '//a/@href' '../src/issue_26606/auxiliary/issue-26606-macro.rs.html#3'
1111
make_item!(FOO);

0 commit comments

Comments
 (0)