1
Fork 0

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

@ -21,7 +21,7 @@ enum TyData<I: Interner> {
struct VariableKind<I: Interner>(I::InternedType);
// @has overflow/struct.BoundVarsCollector.html
// @has - '//h3[@class="code-header in-band"]' "impl<'tcx> Send for BoundVarsCollector<'tcx>"
// @has - '//h3[@class="code-header"]' "impl<'tcx> Send for BoundVarsCollector<'tcx>"
pub struct BoundVarsCollector<'tcx> {
val: VariableKind<RustInterner<'tcx>>
}