Merge remote-tracking branch 'famedly/master' into develop
This commit is contained in:
@@ -22,8 +22,7 @@ use ruma::{
|
||||
serde::{to_canonical_value, CanonicalJsonObject, Raw},
|
||||
EventId, RoomId, RoomVersionId, ServerName, UserId,
|
||||
};
|
||||
use std::sync::RwLock;
|
||||
use std::{collections::BTreeMap, convert::TryFrom};
|
||||
use std::{collections::BTreeMap, convert::TryFrom, sync::RwLock};
|
||||
|
||||
#[cfg(feature = "conduit_bin")]
|
||||
use rocket::{get, post};
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![allow(clippy::suspicious_else_formatting)]
|
||||
pub mod appservice_server;
|
||||
pub mod client_server;
|
||||
mod database;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![allow(clippy::suspicious_else_formatting)]
|
||||
|
||||
pub mod appservice_server;
|
||||
pub mod client_server;
|
||||
|
||||
Reference in New Issue
Block a user