Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Nov 25, 2023
1 parent fc8e466 commit cfd89ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use lazy_static::lazy_static;
use std::collections::HashMap;

lazy_static! {
static ref HASHMAP: HashMap<u32, &'static str> = {
static ref HASHMAP: HashMap<u32, &str> = {
let mut m = HashMap::new();
m.insert(0, "foo");
m.insert(1, "bar");
Expand Down

0 comments on commit cfd89ac

Please sign in to comment.