Fix rustdoc test failure

This commit is contained in:
Guillaume Gomez 2018-06-09 21:06:40 +02:00
parent 2e343f384f
commit 6d5e6b4928

View File

@ -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,
}