Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Forgot `use lazy_static::lazy_static;` in README
  • Loading branch information
AndyGauge committed Nov 20, 2019
1 parent 92ad066 commit fb3c549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -39,6 +39,7 @@ lazy_static = "1.4.0"
# Example

```rust
use lazy_static::lazy_static;
use std::collections::HashMap;

lazy_static! {
Expand Down

0 comments on commit fb3c549

Please sign in to comment.