Add clippy flag

This commit is contained in:
Collin Chin 2021-04-13 15:22:31 -07:00 committed by GitHub
parent e9988e9713
commit 4ae6de4978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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