We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba9079 commit 0fc10cfCopy full SHA for 0fc10cf
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