mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 03:33:44 +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.
|
//! The [`Compiler`] type compiles Leo programs into R1CS circuits.
|
||||||
|
|
||||||
#![allow(clippy::module_inception)]
|
#![allow(clippy::module_inception)]
|
||||||
|
#![allow(clippy::upper_case_acronyms)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate thiserror;
|
extern crate thiserror;
|
||||||
|
Loading…
Reference in New Issue
Block a user