Skip to content

Commit 9ea4835

Browse files
committed
Revert "matrix_sdk examples: set #![type_length_limit = "1075569"]"
This reverts commit 7d023eb. Rust 1.47.0 got released and the tuning is no longer necessary.
1 parent 2602c36 commit 9ea4835

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

matrix_sdk/examples/command_bot.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// allow biggr types until rustc fix, consider removing after new rust
2-
// stable release. see https://github.com/rust-lang/rust/issues/54540
3-
#![type_length_limit = "1075569"]
4-
51
use std::{env, process::exit};
62

73
use matrix_sdk::{

matrix_sdk/examples/image_bot.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// allow biggr types until rustc fix, consider removing after new rust
2-
// stable release. see https://github.com/rust-lang/rust/issues/54540
3-
#![type_length_limit = "1075569"]
4-
51
use std::{
62
env,
73
fs::File,

0 commit comments

Comments
 (0)