Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
whs-dot-hk authored and udoprog committed Sep 29, 2023
1 parent a96ce1e commit 914d625
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 @@ -106,7 +106,7 @@ let hash_map = rust::import("std::collections", "HashMap");

let tokens: rust::Tokens = quote! {
fn main() {
let mut m = #hash_map::new();
let mut m = $hash_map::new();
m.insert(1u32, 2u32);
}
};
Expand Down

0 comments on commit 914d625

Please sign in to comment.