We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7698d commit 3ba9079Copy full SHA for 3ba9079
examples/mutex_map.rs
@@ -1,6 +1,6 @@
1
//! This example shows how to wrap a data structure in a mutex to achieve safe mutability.
2
+#[macro_use(lazy_static)]
3
extern crate lazy_static;
-use lazy_static::lazy_static;
4
use std::collections::HashMap;
5
use std::sync::Mutex;
6
0 commit comments