Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix snake case warnings for rust analyzer #441

Merged
merged 1 commit into from
Mar 24, 2022
Merged

Fix snake case warnings for rust analyzer #441

merged 1 commit into from
Mar 24, 2022

Conversation

philss
Copy link
Member

@philss philss commented Mar 23, 2022

Those warnings are present when deriving from NifStruct.
The convention says that we can't mix
"SCREAMING_SNAKE_CASE_with_snake_case".
https://doc.rust-lang.org/1.0.0/style/style/naming/README.html

lint-warning

Those warnings are present when deriving from `NifStruct`.
The convention says that we can't mix
"SCREAMING_SNAKE_CASE_with_snake_case".
https://doc.rust-lang.org/1.0.0/style/style/naming/README.html
@philss philss requested a review from evnu March 23, 2022 18:43
@evnu evnu merged commit de83cd9 into rusterlium:master Mar 24, 2022
@philss philss deleted the ps-fix-snake-case-warn branch March 24, 2022 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants