mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Allow panics in test_compile since it's only used in tests
This commit is contained in:
parent
29b4ca0340
commit
568525ad7e
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// This crate is only used in tests, so panic is fine
|
||||
#![allow(clippy::panic)]
|
||||
|
||||
mod deindent;
|
||||
mod help_can;
|
||||
mod help_constrain;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue