We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d0a38 commit 83f44e7Copy full SHA for 83f44e7
src/rustup-dist/src/notifications.rs
@@ -53,10 +53,10 @@ impl<'a> Notification<'a> {
53
DownloadingComponent(_, _, _) |
54
InstallingComponent(_, _, _) |
55
ComponentAlreadyInstalled(_) |
56
+ ManifestChecksumFailedHack |
57
RollingBack | DownloadingManifest(_) => NotificationLevel::Info,
58
CantReadUpdateHash(_) | ExtensionNotInstalled(_) |
- MissingInstalledComponent(_) |
59
- ManifestChecksumFailedHack => NotificationLevel::Warn,
+ MissingInstalledComponent(_) => NotificationLevel::Warn,
60
NonFatalError(_) => NotificationLevel::Error,
61
}
62
0 commit comments