mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-25 04:35:17 +00:00
Increase type length limit for interop crate
This commit is contained in:
committed by
Benjamin Saunders
parent
f212256435
commit
fe90ad8cf6
@@ -1,4 +1,5 @@
|
||||
#![allow(clippy::mutex_atomic, clippy::eval_order_dependence)]
|
||||
#![type_length_limit = "2121396"] // https://github.com/rust-lang/rust/issues/54540
|
||||
|
||||
use std::{
|
||||
env,
|
||||
|
||||
Reference in New Issue
Block a user