We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4509b98 commit 2999946Copy full SHA for 2999946
src/windows.rs
@@ -36,5 +36,5 @@ pub(crate) fn show_notification(notification: &Notification) -> Result<()> {
36
37
toast
38
.show()
39
- .map_err(|e| Error::from(ErrorKind::Msg(format!("{:?}", e))))
+ .map_err(|error| Error::from(ErrorKind::Msg(format!("{error:?}"))))
40
}
0 commit comments