Export conduits Config struct and fix clipp warningsy

This commit is contained in:
Devin Ragotzy 2021-06-11 15:47:53 -04:00
parent fee7d3d2e3
commit 09a8737f24
4 changed files with 8 additions and 8 deletions

View file

@ -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;