mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Add some more clippy allows
This commit is contained in:
parent
e8c2bef5a9
commit
6e95d05a57
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#![warn(clippy::all, clippy::dbg_macro)]
|
||||
// See github.com/rtfeldman/roc/issues/800 for discussion of the large_enum_variant check.
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
#![allow(clippy::large_enum_variant, clippy::upper_case_acronyms)]
|
||||
|
||||
pub mod borrow;
|
||||
pub mod expand_rc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue