Skip to content

Commit fb3c549

Browse files
authored
Update README.md
Forgot `use lazy_static::lazy_static;` in README
1 parent 92ad066 commit fb3c549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ lazy_static = "1.4.0"
3939
# Example
4040

4141
```rust
42+
use lazy_static::lazy_static;
4243
use std::collections::HashMap;
4344

4445
lazy_static! {

0 commit comments

Comments
 (0)