We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
suspicious_doc_comments
2 parents b41f2e4 + 3caa1f2 commit a65cc36Copy full SHA for a65cc36
tests/ui/suspicious_doc_comments.fixed
@@ -87,4 +87,8 @@ pub mod useless_outer_doc {
87
use std::mem;
88
}
89
90
+// Do not lint, this is not a `///!`
91
+#[doc = "! here's some docs !"]
92
+fn issue14265() {}
93
+
94
fn main() {}
tests/ui/suspicious_doc_comments.rs
0 commit comments