switch from rs to rust to work properly with cargo doc

This commit is contained in:
askiiart 2024-11-30 01:15:34 -06:00
parent cf7a3b7d53
commit 162f03fced
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ use std::collections::HashMap;
/// HashMap equivalent of vec![]
///
/// Example:
/// ```rs
/// ```rust
/// hashmap!(("key", "value"))
/// ```
macro_rules! hashmap {