We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
clippy::needless-raw-string-hashes
See https://github.com/segevfiner/keepawake-rs/actions/runs/6163069647/job/16725828216. I guess the generated file either needs an #!allow(clippy::needless-raw-string-hashes) file level attribute, or only adding the hashes when actually needed.
#!allow(clippy::needless-raw-string-hashes)
The text was updated successfully, but these errors were encountered:
Thank you. I will resolve it later.
Sorry, something went wrong.
a75cf95
New version publised, please use :
shadow-rs = "0.24.0"
Update dependencies
f39e2ed
Pull in fix for baoyachi/shadow-rs#141
No branches or pull requests
See https://github.com/segevfiner/keepawake-rs/actions/runs/6163069647/job/16725828216. I guess the generated file either needs an
#!allow(clippy::needless-raw-string-hashes)
file level attribute, or only adding the hashes when actually needed.The text was updated successfully, but these errors were encountered: