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 naming related warnings #3

Merged
merged 1 commit into from Nov 13, 2021
Merged

Fix naming related warnings #3

merged 1 commit into from Nov 13, 2021

Conversation

Johan-Mi
Copy link
Contributor

@Johan-Mi Johan-Mi commented Nov 13, 2021

Variables and functions should use snake_case and unused variables
should be prefixed wih an underscore. This is the standard naming
convention in Rust and is enforced through compiler warnings.

Variables and functions should use camel_case and unused variables
should be prefixed wih an underscore. This is the standard naming
convention in Rust and is enforced through compiler warnings.
Copy link
Owner

@d3r1n d3r1n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Merging these changes now.

@d3r1n d3r1n merged commit 6ee7305 into d3r1n:master Nov 13, 2021
@d3r1n d3r1n added the bug Something isn't working label Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants