You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Currently in the rust docs naming conventions, it is recommended to use CamelCase for some constructs.
However, camel casing is usually camelCase, while such capitalizing the first letter capitalized too is typically referred to as PascalCase.
While it is not false per se(PascalCase can be seen as a subset of camelCase), it is confusing, and would be better and more accurate IMO to change occurrences of it to PascalCase.