matrix-rust-sdk/matrix_sdk/examples
Dominique Martinet 7d023ebdb9 matrix_sdk examples: set `#![type_length_limit = "1075569"]`
Some examples no longer build after the following commits, set a
bigger-than-default type_length_limit to let tests pass.

The exceptions are not necessary on nightly and can be removed again
after https://github.com/rust-lang/rust/issues/54540 is fixed.
2020-10-08 16:10:48 +02:00
..
wasm_command_bot Merge branch 'new-sync-methods' into master 2020-10-06 16:43:41 +02:00
autojoin.rs matrix-sdk: Add the ability to stop the sync loop and rename the sync methods. 2020-10-06 11:37:29 +02:00
command_bot.rs matrix_sdk examples: set `#![type_length_limit = "1075569"]` 2020-10-08 16:10:48 +02:00
emoji_verification.rs matrix-sdk: Switch to using an enum for the sync loop callback return value. 2020-10-06 15:04:43 +02:00
get_profiles.rs Update ruma 2020-09-14 20:26:52 +02:00
image_bot.rs matrix_sdk examples: set `#![type_length_limit = "1075569"]` 2020-10-08 16:10:48 +02:00
login.rs matrix-sdk: Add the ability to stop the sync loop and rename the sync methods. 2020-10-06 11:37:29 +02:00