switch from rs
to rust
to work properly with cargo doc
This commit is contained in:
parent
cf7a3b7d53
commit
162f03fced
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ use std::collections::HashMap;
|
|||
/// HashMap equivalent of vec![]
|
||||
///
|
||||
/// Example:
|
||||
/// ```rs
|
||||
/// ```rust
|
||||
/// hashmap!(("key", "value"))
|
||||
/// ```
|
||||
macro_rules! hashmap {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue