about summary refs log tree commit diff
path: root/tests/rustdoc/cap-lints.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/cap-lints.rs')
-rw-r--r--tests/rustdoc/cap-lints.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/cap-lints.rs b/tests/rustdoc/cap-lints.rs
index 08a35339680..30f9be0424c 100644
--- a/tests/rustdoc/cap-lints.rs
+++ b/tests/rustdoc/cap-lints.rs
@@ -3,7 +3,7 @@
 // therefore should not concern itself with the lints.
 #[deny(warnings)]
 
-// @has cap_lints/struct.Foo.html //* 'Foo'
+//@ has cap_lints/struct.Foo.html //* 'Foo'
 pub struct Foo {
     field: i32,
 }