Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance code quality and safety by updating configuration
- Enabled clippy::all to cover all common lints; - Forbade the use of unsafe code with #![forbid(unsafe_code)]; - Denied dead_code, unused_imports etc.
- Loading branch information