Skip to content

Commit

Permalink
Fix doc tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bächler committed Jun 17, 2020
1 parent 1445550 commit b27fc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lock_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
//! .is_ok()
//! }
//!
//! fn unlock(&self) {
//! unsafe fn unlock(&self) {
//! self.0.store(false, Ordering::Release);
//! }
//! }
Expand Down

0 comments on commit b27fc51

Please sign in to comment.