Export conduits Config struct and fix clipp warningsy
This commit is contained in:
parent
fee7d3d2e3
commit
09a8737f24
4 changed files with 8 additions and 8 deletions
|
@ -10,10 +10,10 @@ mod ruma_wrapper;
|
|||
pub mod server_server;
|
||||
mod utils;
|
||||
|
||||
pub use database::Database;
|
||||
pub use database::{Config, Database};
|
||||
pub use error::{Error, Result};
|
||||
pub use pdu::PduEvent;
|
||||
pub use rocket::Config;
|
||||
pub use rocket::Config as RocketConfig;
|
||||
pub use ruma_wrapper::{ConduitResult, Ruma, RumaResponse};
|
||||
use std::ops::Deref;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue