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

od: use u64::MAX instead of max_value() #6477

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

cakebaker
Copy link
Contributor

Fixes #6475

to fix warning from legacy_numeric_constants lint
Copy link
Collaborator

@BenWiederhake BenWiederhake left a comment

Choose a reason for hiding this comment

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

Does exactly what it says on the tin, and the remaining CI failure seems unrelated:

   Compiling windows_x86_64_gnu v0.52.0
error[E0463]: can't find crate for `profiler_builtins`
  |
  = note: the compiler may have been built without the profiler runtime

For more information about this error, try `rustc --explain E0463`.
error: could not compile `cfg-if` (lib) due to 1 previous error

@BenWiederhake BenWiederhake merged commit 94295f9 into uutils:main Jun 18, 2024
67 of 68 checks passed
@cakebaker cakebaker deleted the od_fix_clippy_warning_in_test branch June 18, 2024 05:50
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.

od: lint error legacy_numeric_constants with Rust 1.79.0
2 participants