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

Replace usages of legacy numeric constants. #103

Merged

Conversation

waywardmonkeys
Copy link
Contributor

The associated constants on the types are preferred as the legacy items may be deprecated in the future.

See https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants for more details.

The associated constants on the types are preferred as the legacy
items may be deprecated in the future.

See https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
for more details.
@alexheretic alexheretic merged commit 21cd5f4 into alexheretic:main May 14, 2024
2 checks passed
@alexheretic
Copy link
Owner

Thanks!

@waywardmonkeys waywardmonkeys deleted the fix-legacy-numeric-constants branch May 14, 2024 23:43
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