Skip to content

Conversation

PPakalns
Copy link

In this case clippy warning is raised that float comparison is being done:

#[derive(SerdeDiff)]
struct Test {
    a: f32
}

As we care only about binary representation, then we can disable comparison warning.

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.

1 participant