about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2018-12-11 19:37:43 +0100
committerPhilipp Hansch <dev@phansch.net>2018-12-11 19:37:43 +0100
commitee2abc36a33bbbb6d84f823cb5e09b4603af1f32 (patch)
tree6d2a29c1f4a5a28add8d964c4d06aa37233b10b0 /tests
parentd6db67793e53ee0a4a54fdfda2ef88d5e8ae7767 (diff)
downloadrust-ee2abc36a33bbbb6d84f823cb5e09b4603af1f32.tar.gz
rust-ee2abc36a33bbbb6d84f823cb5e09b4603af1f32.zip
Add 'CamelCase' to doc_valid_idents
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/doc.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/doc.rs b/tests/ui/doc.rs
index dde1a471e6e..8935e3f01d5 100644
--- a/tests/ui/doc.rs
+++ b/tests/ui/doc.rs
@@ -174,3 +174,6 @@ 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() {}