Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove unnecessary clippy allow directives
This commit removes the unnecessary `allow(clippy::exhaustive_structs)` directives from the `ErrorLevel`, `WarnLevel`, and `InfoLevel` structs as these are not triggered by the current clippy configuration.
- Loading branch information