Skip to content

Commit

Permalink
Fix module comment for lazy_static (tokio-rs#178)
Browse files Browse the repository at this point in the history
Looks like a copy/paste error.
  • Loading branch information
goffrie authored Oct 23, 2020
1 parent 21db3cc commit 73a26b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lazy_static.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Mock implementation of `std::thread`.
//! Mock implementation of the `lazy_static` crate.
use crate::rt;
pub use crate::rt::thread::AccessError;
Expand Down

0 comments on commit 73a26b1

Please sign in to comment.