Skip to content

Commit cfd89ac

Browse files
authored
Update README.md
1 parent fc8e466 commit cfd89ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ use lazy_static::lazy_static;
4343
use std::collections::HashMap;
4444

4545
lazy_static! {
46-
static ref HASHMAP: HashMap<u32, &'static str> = {
46+
static ref HASHMAP: HashMap<u32, &str> = {
4747
let mut m = HashMap::new();
4848
m.insert(0, "foo");
4949
m.insert(1, "bar");

0 commit comments

Comments
 (0)