Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
whs-dot-hk committed Sep 29, 2023
1 parent 9e3c1ae commit ac21540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
//!
//! 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 ac21540

Please sign in to comment.