]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/doc.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / doc.rs
index dde1a471e6e9a6eb77ed354c2d713e7538e9939e..d4ba83a86f37bbb4fc884ae9a7c20ab7622f2489 100644 (file)
@@ -174,3 +174,14 @@ fn issue_1920() {}
 /// Not ok: http://www.unicode.org/
 /// Not ok: http://www.unicode.org/reports/tr9/#Reordering_Resolved_Levels
 fn issue_1832() {}
+
+/// Ok: CamelCase (It should not be surrounded by backticks)
+fn issue_2395() {}
+
+/// An iterator over mycrate::Collection's values.
+/// It should not lint a `'static` lifetime in ticks.
+fn issue_2210() {}
+
+/// This should not cause the lint to trigger:
+/// #REQ-data-family.lint_partof_exists
+fn issue_2343() {}