Skip to content

Commit 8f5440b

Browse files
committed
chore: allow warning
1 parent f9a7ec8 commit 8f5440b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

witnesscalc_adapter/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pub mod convert_witness;
88
macro_rules! witness {
99
($x: ident) => {
1010
$crate::paste::paste! {
11+
#[allow(non_upper_case_globals)]
1112
const [<$x _CIRCUIT_DATA>]: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/witnesscalc/src/", stringify!($x), ".dat"));
1213
#[link(name = "witnesscalc_" [<$x>], kind = "static")]
1314
extern "C" {

0 commit comments

Comments
 (0)