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
warnings in clippy
It looks like clippy has been updated and now it throws the following error: `error: creating a shared reference to mutable static is discouraged` Allowing the warning until we get the proper fix. Signed-off-by: Miguel Martín <[email protected]>
- Loading branch information