Skip to content

Commit

Permalink
use UpperCamelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Feb 20, 2023
1 parent 76ac270 commit 18f5f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/keyword_docs.rs
Original file line number Diff line number Diff line change
@@ -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.
///

0 comments on commit 18f5f0c

Please sign in to comment.