Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonInTheDark committed Jan 3, 2024
1 parent c672764 commit c784274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypnagogic_core/src/config/blocks/cutters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub struct StringMap(pub HashMap<String, String>);
impl StringMap {
#[must_use]
pub fn get(&self, key: &str) -> Option<&String> {
self.0.get(key.clone())
self.0.get(key)
}
}

Expand Down

0 comments on commit c784274

Please sign in to comment.