We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#![type_length_limit = "1075569"]
1 parent 2602c36 commit 9ea4835Copy full SHA for 9ea4835
matrix_sdk/examples/command_bot.rs
@@ -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
-
5
use std::{env, process::exit};
6
7
use matrix_sdk::{
matrix_sdk/examples/image_bot.rs
use std::{
env,
fs::File,
0 commit comments