Skip to content

Commit

Permalink
Revert "matrix_sdk examples: set #![type_length_limit = "1075569"]"
Browse files Browse the repository at this point in the history
This reverts commit 7d023eb.

Rust 1.47.0 got released and the tuning is no longer necessary.
  • Loading branch information
martinetd committed Oct 8, 2020
1 parent 2602c36 commit 9ea4835
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions matrix_sdk/examples/command_bot.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// allow biggr types until rustc fix, consider removing after new rust
// stable release. see https://github.com/rust-lang/rust/issues/54540
#![type_length_limit = "1075569"]

use std::{env, process::exit};

use matrix_sdk::{
Expand Down
4 changes: 0 additions & 4 deletions matrix_sdk/examples/image_bot.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// allow biggr types until rustc fix, consider removing after new rust
// stable release. see https://github.com/rust-lang/rust/issues/54540
#![type_length_limit = "1075569"]

use std::{
env,
fs::File,
Expand Down

0 comments on commit 9ea4835

Please sign in to comment.