Increase type length limit for interop crate

This commit is contained in:
Dirkjan Ochtman
2020-09-03 10:21:15 +02:00
committed by Benjamin Saunders
parent f212256435
commit fe90ad8cf6
+1
View File
@@ -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,