Skip to content

Commit

Permalink
Increase the type length limit (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Oct 24, 2020
1 parent 4dcbab7 commit 7e55a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
//! [gateway docs]: gateway/index.html
#![doc(html_root_url = "https://docs.rs/serenity/*")]
#![deny(rust_2018_idioms)]
#![type_length_limit="2504639"] // needed so ShardRunner::run compiles with instrument.
#![type_length_limit="3294819"] // needed so ShardRunner::run compiles with instrument.

#[macro_use]
extern crate serde;
Expand Down

0 comments on commit 7e55a0e

Please sign in to comment.