summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJonas Platte <jplatte+git@posteo.de>2022-01-22 16:58:32 +0100
committerJonas Platte <jplatte+git@posteo.de>2022-02-12 12:56:08 +0100
commit5fa9190117805ff1040c69b65a3b9caacb6c965b (patch)
treebe467add58acb2bb971d610992ee94635826ffba /src/lib.rs
parent77a87881c913bca384403e377239c95b2dfa19f5 (diff)
downloadconduit-5fa9190117805ff1040c69b65a3b9caacb6c965b.zip
Simplify return type of most route handlers
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 135ab85..c35a129 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -22,4 +22,4 @@ pub use config::Config;
pub use database::Database;
pub use error::{Error, Result};
pub use pdu::PduEvent;
-pub use ruma_wrapper::{ConduitResult, Ruma, RumaResponse};
+pub use ruma_wrapper::{Ruma, RumaResponse};