Skip to content

Commit 6d5e6b4

Browse files
Fix rustdoc test failure
1 parent 2e343f3 commit 6d5e6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/rustdoc/cap-lints.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// therefore should not concern itself with the lints.
1414
#[deny(warnings)]
1515

16-
// @has cap_lints/struct.foo.html //pre '#[must_use]'
16+
// @has cap_lints/struct.Foo.html //pre '#[must_use]'
1717
#[must_use]
18-
pub struct foo {
18+
pub struct Foo {
1919
field: i32,
2020
}

0 commit comments

Comments
 (0)