]> 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 8935e3f01d5f54815f7ae2364fa0e0a3a7dcae58..d4ba83a86f37bbb4fc884ae9a7c20ab7622f2489 100644 (file)
@@ -177,3 +177,11 @@ 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() {}