Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cliff0412 committed Mar 13, 2024
1 parent b9a7a29 commit a3f39c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plonky2/src/hash/poseidon_bn128.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

use super::hash_types::HashOutTarget;
Expand Down

0 comments on commit a3f39c2

Please sign in to comment.