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 clippy::deprecated_cfg_attr on compiler_builtins #295

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

Amjad50
Copy link
Contributor

@Amjad50 Amjad50 commented Apr 30, 2024

Fixes issue rising from libm when running clippy.

Related to rust-lang/compiler-builtins#594

--

Beside this change, this crate contain a lot of clippy warnings, relating to floating precision and the usage of 0 / (n - n) expressions. most are fixed by clippy --fix.

I didn't add those, since these implementations seemed to be copy-pasted from somewhere else, but let me know if it would better to also add those clippy fixes.

@JohnTitor JohnTitor merged commit a1e8a5b into rust-lang:master Apr 30, 2024
12 checks passed
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