diff options
Diffstat (limited to 'src/prelude.rs')
| -rw-r--r-- | src/prelude.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prelude.rs b/src/prelude.rs index ff27bb6..435fb8a 100644 --- a/src/prelude.rs +++ b/src/prelude.rs @@ -16,6 +16,7 @@ pub use error::Error as SerenityError; pub use model::Mentionable; +pub use parking_lot::{Mutex, RwLock}; #[cfg(feature = "client")] pub use client::{Client, ClientError as ClientError, Context, EventHandler}; |