From cb3097567f92adc32f15c1cc4619220e3c98505b Mon Sep 17 00:00:00 2001 From: Phlosioneer Date: Sat, 31 Mar 2018 16:23:50 -0400 Subject: [PATCH] Add ignore reason --- src/test/rustdoc/issue-32556.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {}