mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-03-12 09:31:30 +00:00
fix lint
This commit is contained in:
parent
92ae8d7b65
commit
c6612a6edf
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
clippy::module_inception,
|
||||
clippy::redundant_pub_crate,
|
||||
clippy::option_if_let_else,
|
||||
clippy::significant_drop_tightening,
|
||||
)]
|
||||
// Allow some lints when running in debug mode.
|
||||
#![cfg_attr(debug_assertions, allow(clippy::todo, clippy::multiple_crate_versions))]
|
||||
|
|
Loading…
Reference in a new issue