Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

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
tgross35 pushed a commit that referenced this pull request Apr 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants