mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 03:04:13 +03:00
Add clippy flag
This commit is contained in:
parent
e9988e9713
commit
4ae6de4978
@ -19,6 +19,7 @@
|
||||
//! The [`Compiler`] type compiles Leo programs into R1CS circuits.
|
||||
|
||||
#![allow(clippy::module_inception)]
|
||||
#![allow(clippy::upper_case_acronyms)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate thiserror;
|
||||
|
Loading…
Reference in New Issue
Block a user