use UpperCamelCase

This commit is contained in:
Milo Moisson 2023-02-20 23:44:21 +01:00
parent 76ac2705a5
commit 18f5f0c473
No known key found for this signature in database
GPG Key ID: 7EA9B7563C01CA5E
1 changed files with 1 additions and 1 deletions

View File

@ -1568,7 +1568,7 @@ mod static_keyword {}
///
/// # Style conventions
///
/// Structs are always written in PascalCase, with few exceptions. While the trailing comma on a
/// Structs are always written in UpperCamelCase, with few exceptions. While the trailing comma on a
/// struct's list of fields can be omitted, it's usually kept for convenience in adding and
/// removing fields down the line.
///