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

Remove #[allow(clippy::missing_const_for_fn)] usage #144

Open
frisitano opened this issue Jan 22, 2025 · 0 comments
Open

Remove #[allow(clippy::missing_const_for_fn)] usage #144

frisitano opened this issue Jan 22, 2025 · 0 comments

Comments

@frisitano
Copy link
Collaborator

frisitano commented Jan 22, 2025

There is a bug in clippy following a rust update related to const functions. When clippy releases an update we should remove usage of #[allow(clippy::missing_const_for_fn)].

          I looked into why we need this and it turns out that there is a bug in clippy following a rust update, see here: https://github.com/rust-lang/rust-clippy/issues/14020.

Originally posted by @frisitano in #136 (comment)

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

No branches or pull requests

1 participant