Skip to content

Commit

Permalink
Expose NoopLock (Matthias247#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Pomykalov committed Apr 30, 2020
1 parent a004502 commit f65c85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
#![deny(bare_trait_objects)]

mod noop_lock;
use noop_lock::NoopLock;
pub use noop_lock::NoopLock;

pub mod buffer;

Expand Down

0 comments on commit f65c85f

Please sign in to comment.