Skip to content

Commit

Permalink
Increase type length limit for interop crate
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and Ralith committed Sep 3, 2020
1 parent f212256 commit fe90ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interop/src/main.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit fe90ad8

Please sign in to comment.