Skip to content

Commit e18b23b

Browse files
committed
Move two intra-doc-link tests into the intra-doc folder
1 parent 49553bb commit e18b23b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/test/rustdoc/intra-link-prim-self.rs renamed to src/test/rustdoc/intra-doc/prim-self.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#[lang = "usize"]
88
/// [Self::f]
99
/// [Self::MAX]
10-
// @has intra_link_prim_self/primitive.usize.html
10+
// @has prim_self/primitive.usize.html
1111
// @has - '//a[@href="primitive.usize.html#method.f"]' 'Self::f'
1212
// @has - '//a[@href="primitive.usize.html#associatedconstant.MAX"]' 'Self::MAX'
1313
impl usize {

0 commit comments

Comments
 (0)