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
parent
2602c36ad0
commit
9ea4835e3e
|
@ -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 std::{env, process::exit};
|
||||||
|
|
||||||
use matrix_sdk::{
|
use matrix_sdk::{
|
||||||
|
|
|
@ -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::{
|
use std::{
|
||||||
env,
|
env,
|
||||||
fs::File,
|
fs::File,
|
||||||
|
|
Loading…
Reference in New Issue