Skip to content

Commit

Permalink
Update src/notifications.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Silverstone <[email protected]>
  • Loading branch information
Rustin170506 and kinnison authored May 12, 2021
1 parent 575fe17 commit e075b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notifications.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl<'a> Display for Notification<'a> {
name
),
SetProfile(name) => write!(f, "profile set to '{}'", name),
SetSelfUpdate(mode) => write!(f, "self update mode to '{}'", mode),
SetSelfUpdate(mode) => write!(f, "auto-self-update mode set to '{}'", mode),
LookingForToolchain(name) => write!(f, "looking for installed toolchain '{}'", name),
ToolchainDirectory(path, _) => write!(f, "toolchain directory: '{}'", path.display()),
UpdatingToolchain(name) => write!(f, "updating existing install for '{}'", name),
Expand Down

0 comments on commit e075b80

Please sign in to comment.