Remove #![feature(async_await)] from examples
This commit is contained in:
parent
0dbd20285f
commit
a55fe5511e
@ -1,5 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
|
||||
use std::{convert::TryFrom, env, process::exit};
|
||||
|
||||
use ruma_client::{
|
||||
|
@ -1,5 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
|
||||
use std::{env, process::exit};
|
||||
|
||||
use futures::stream::{StreamExt as _, TryStreamExt as _};
|
||||
|
Loading…
x
Reference in New Issue
Block a user