Skip to content

Commit

Permalink
fixup! refactor: Add Mutex and RwLock wrappers that panic on poison
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Jan 8, 2025
1 parent 505e3cc commit 210f373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-common/src/locks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use serde::{Deserialize, Serialize};
/// # Examples
///
/// ```
/// use matrix_sdk_common::locsk::Mutex;
/// use matrix_sdk_common::locks::Mutex;
///
/// let mutex = Mutex::new(42);
///
Expand Down

0 comments on commit 210f373

Please sign in to comment.