rustdoc: update test cases now that code-header is used without in-band

This commit is contained in:
Michael Howell 2022-09-25 13:52:26 -07:00
parent a7c25b2957
commit 4ba40314e1
58 changed files with 143 additions and 143 deletions

View file

@ -16,5 +16,5 @@ pub struct Another;
pub trait Bar {}
// @has 'foo/struct.Another.html'
// @has - '//h3[@class="code-header in-band"]' 'impl Bar for Another'
// @has - '//h3[@class="code-header"]' 'impl Bar for Another'
impl Bar for Another {}