diff options
| author | bors <bors@rust-lang.org> | 2018-12-12 06:46:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-12-12 06:46:21 +0000 |
| commit | f26c39bab7ae3f8e570cb85fc4337fcd70046dfd (patch) | |
| tree | 5e948b11354328589c4f36ffabae587259b4045a /tests | |
| parent | e2608fc27231d12a360915c9cb60de5219a22505 (diff) | |
| parent | ee2abc36a33bbbb6d84f823cb5e09b4603af1f32 (diff) | |
| download | rust-f26c39bab7ae3f8e570cb85fc4337fcd70046dfd.tar.gz rust-f26c39bab7ae3f8e570cb85fc4337fcd70046dfd.zip | |
Auto merge of #3533 - phansch:add_to_doc_valid_idents, r=phansch
Add 'CamelCase' to doc_valid_idents Fixes #2395
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/doc.rs | 3 |
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() {} |
