typo: as -> has
This commit is contained in:
parent
07bb369c5c
commit
ee7efdd403
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ mod utils;
|
||||||
|
|
||||||
// Not async due to services() being used in many closures, and async closures are not stable as of writing
|
// Not async due to services() being used in many closures, and async closures are not stable as of writing
|
||||||
// This is the case for every other occurence of sync Mutex/RwLock, except for database related ones, where
|
// This is the case for every other occurence of sync Mutex/RwLock, except for database related ones, where
|
||||||
// the current maintainer (Timo) as asked to not modify those
|
// the current maintainer (Timo) has asked to not modify those
|
||||||
use std::sync::RwLock;
|
use std::sync::RwLock;
|
||||||
|
|
||||||
pub use api::ruma_wrapper::{Ruma, RumaResponse};
|
pub use api::ruma_wrapper::{Ruma, RumaResponse};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue