Revert "matrix_sdk examples: set `#![type_length_limit = "1075569"]`"

This reverts commit 7d023ebdb9.

Rust 1.47.0 got released and the tuning is no longer necessary.
master
Dominique Martinet 2020-10-08 17:48:57 +02:00
parent 2602c36ad0
commit 9ea4835e3e
2 changed files with 0 additions and 8 deletions

View File

@ -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::{

View File

@ -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,