Move two intra-doc-link tests into the intra-doc folder

This commit is contained in:
Noah Lev 2022-01-06 13:59:01 -08:00
parent 49553bbc98
commit e18b23b7f4
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@
#[lang = "usize"]
/// [Self::f]
/// [Self::MAX]
// @has intra_link_prim_self/primitive.usize.html
// @has prim_self/primitive.usize.html
// @has - '//a[@href="primitive.usize.html#method.f"]' 'Self::f'
// @has - '//a[@href="primitive.usize.html#associatedconstant.MAX"]' 'Self::MAX'
impl usize {