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 some warnings #225

Merged
merged 1 commit into from Aug 10, 2021
Merged

fix some warnings #225

merged 1 commit into from Aug 10, 2021

Conversation

ghost
Copy link

@ghost ghost commented Aug 10, 2021

No description provided.

src/core/traits/scalar.rs Outdated Show resolved Hide resolved
@bitshifter
Copy link
Owner

Are these clippy warnings? It would be good to clarify, I haven't noticed them.

@ghost
Copy link
Author

ghost commented Aug 10, 2021

¨¨<'_>`` these are from rust_2018_idioms. Hidden anonymous lifetime are deprecated and wil be remove in rust 2021. the others are from clippy.

@bitshifter
Copy link
Owner

¨¨<'_>`` these are from rust_2018_idioms. Hidden anonymous lifetime are deprecated and wil be remove in rust 2021. the others are from clippy.

Ah right, it's a bit confusing because deny(rust_2018_idioms) sounds like it is disabling these warnings, but it is in-fact enabling these checks in clippy if I understand correctly.

@ghost
Copy link
Author

ghost commented Aug 10, 2021

It's enabling them but it is in rustc. those of clippy always begin with clippy::

src/lib.rs Outdated Show resolved Hide resolved
@bitshifter bitshifter merged commit 74190d6 into bitshifter:master Aug 10, 2021
@bitshifter
Copy link
Owner

Thanks!

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