mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Simplify test
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
This commit is contained in:
parent
5fcd2f72fe
commit
15db4186b7
@ -2,7 +2,7 @@
|
||||
|
||||
// @has type_layout/struct.Foo.html 'Size: '
|
||||
// @has - ' bytes'
|
||||
// @matches - '<h2 id="layout".+Layout.+a href="#layout" class="anchor">'
|
||||
// @has - '//*[@id="layout"]/a[@href="#layout"]' ''
|
||||
pub struct Foo {
|
||||
pub a: usize,
|
||||
b: Vec<String>,
|
||||
|
Loading…
Reference in New Issue
Block a user