Auto merge of #3533 - phansch:add_to_doc_valid_idents, r=phansch

Add 'CamelCase' to doc_valid_idents

Fixes #2395
This commit is contained in:
bors 2018-12-12 06:46:21 +00:00
commit f26c39bab7
2 changed files with 4 additions and 0 deletions

View file

@ -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() {}