diff --git a/src/test/rustdoc/issue-32556.rs b/src/test/rustdoc/issue-32556.rs index c08c2d6e162ac..3ab138079a1f0 100644 --- a/src/test/rustdoc/issue-32556.rs +++ b/src/test/rustdoc/issue-32556.rs @@ -9,7 +9,7 @@ // except according to those terms. /// Blah blah blah -/// ```ignore +/// ```ignore (testing rustdoc's handling of ignore) /// bad_assert!(); /// ``` pub fn foo() {}