rustdoc: update test cases now that code-header is used without in-band
This commit is contained in:
parent
a7c25b2957
commit
4ba40314e1
58 changed files with 143 additions and 143 deletions
|
@ -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>>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue