rustdoc: remove unnecessary wrapper div.item-decl from HTML
This commit is contained in:
parent
006ca9b14d
commit
7080f80e8b
74 changed files with 552 additions and 593 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
use std::ops::Add;
|
||||
|
||||
// @has foo/struct.Simd.html '//div[@class="item-decl"]/pre[@class="rust"]' 'pub struct Simd<T, const WIDTH: usize>'
|
||||
// @has foo/struct.Simd.html '//pre[@class="rust item-decl"]' 'pub struct Simd<T, const WIDTH: usize>'
|
||||
pub struct Simd<T, const WIDTH: usize> {
|
||||
inner: T,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue