mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 15:50:50 +01:00
typo: colsures -> closures
This commit is contained in:
parent
c58af8485d
commit
e33d8430d3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ mod database;
|
|||
mod service;
|
||||
mod utils;
|
||||
|
||||
// Not async due to services() being used in many closures, and async colsures 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
|
||||
// the current maintainer (Timo) as asked to not modify those
|
||||
use std::sync::RwLock;
|
||||
|
|
Loading…
Reference in a new issue