mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 22:12:15 +00:00
Fix rustdoc test failure
This commit is contained in:
parent
2e343f384f
commit
6d5e6b4928
@ -13,8 +13,8 @@
|
||||
// therefore should not concern itself with the lints.
|
||||
#[deny(warnings)]
|
||||
|
||||
// @has cap_lints/struct.foo.html //pre '#[must_use]'
|
||||
// @has cap_lints/struct.Foo.html //pre '#[must_use]'
|
||||
#[must_use]
|
||||
pub struct foo {
|
||||
pub struct Foo {
|
||||
field: i32,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user