You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, no PR is likely to pass the CI of this repo, because of :
a stale rust-toolchain,
clippy warnings in many places.
We should modify the repo so that it has basic CI. Important note: the clippy lint needless_borrow is often a false positive in this repo, since the verbose references are there to allow the compiler to infer that many functions are in a const context. I'd advise initially #[allow(...)]-ing it.
The text was updated successfully, but these errors were encountered:
huitseeker
changed the title
CI: remove clippy linting or pass it
CI: install basic CI + remove clippy linting or make sure the repo passes it
Apr 24, 2024
At the moment, no PR is likely to pass the CI of this repo, because of :
We should modify the repo so that it has basic CI. Important note: the clippy lint
needless_borrow
is often a false positive in this repo, since the verbose references are there to allow the compiler to infer that many functions are in aconst
context. I'd advise initially#[allow(...)]
-ing it.The text was updated successfully, but these errors were encountered: