Allow panics in test_compile since it's only used in tests

This commit is contained in:
Agus Zubiaga 2024-11-26 21:47:17 -03:00
parent 29b4ca0340
commit 568525ad7e
No known key found for this signature in database

View file

@ -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;