Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow
static-mut-refs
and dead-code
warnings in clippy
It looks like clippy has been updated and now it throws the following errors: "error: creating a shared reference to mutable static is discouraged" "field `0` is never read" The suggested changes do not work with the current Fedora rust version. Allowing the warning until we get the proper fix. Signed-off-by: Miguel Martín <[email protected]>
- Loading branch information