improvement: switch to stable rust
This commit is contained in:
@@ -1872,10 +1872,10 @@ pub async fn get_public_rooms_route(
|
||||
.into())
|
||||
}
|
||||
|
||||
#[post("/_matrix/client/r0/publicRooms", data = "<body>")]
|
||||
#[post("/_matrix/client/r0/publicRooms", data = "<_body>")]
|
||||
pub async fn get_public_rooms_filtered_route(
|
||||
db: State<'_, Database>,
|
||||
body: Ruma<get_public_rooms_filtered::Request>,
|
||||
_body: Ruma<get_public_rooms_filtered::Request>,
|
||||
) -> ConduitResult<get_public_rooms_filtered::Response> {
|
||||
let mut chunk = db
|
||||
.rooms
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#![feature(proc_macro_hygiene, decl_macro)]
|
||||
#![warn(rust_2018_idioms)]
|
||||
|
||||
pub mod push_rules;
|
||||
|
||||
Reference in New Issue
Block a user