-
Notifications
You must be signed in to change notification settings - Fork 10.6k
clippy1.rs passed without any modifications #888
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
Comments
I experienced this as well on rustc 1.57.0. This exercise should be modified to trigger a correctness check instead. |
frvannes16
added a commit
to frvannes16/rustlings
that referenced
this issue
Dec 15, 2021
…x_constant lint rule closes rust-lang#888
bugaolengdeyuxiaoer
pushed a commit
to bugaolengdeyuxiaoer/rustlings
that referenced
this issue
Dec 28, 2021
…x_constant lint rule closes rust-lang#888
ppp3
pushed a commit
to ppp3/rustlings
that referenced
this issue
May 23, 2022
…x_constant lint rule closes rust-lang#888
dmoore04
pushed a commit
to dmoore04/rustlings
that referenced
this issue
Sep 11, 2022
…x_constant lint rule closes rust-lang#888
Spacebody
pushed a commit
to Spacebody/my-rustlings
that referenced
this issue
Nov 18, 2022
…x_constant lint rule closes rust-lang#888
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possible that clippy no longer raises any error for
y != x
with floats; the exercise didn't show any errors.The text was updated successfully, but these errors were encountered: