chore: clippy

This commit is contained in:
galister
2024-03-29 12:54:13 +01:00
parent ab0d91ea20
commit 106af7dd03
2 changed files with 3 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ fn new_toast(
.session
.config
.toast_topics
.get(&toast.topic)
.get(toast.topic)
.copied()
.unwrap_or(DisplayMethod::Hide);