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 14fcfa5 commit c61a70dCopy full SHA for c61a70d
src/cargo/util/style.rs
@@ -11,4 +11,4 @@ pub const NOTE: Style = annotate_snippets::renderer::DEFAULT_NOTE_STYLE;
11
pub const GOOD: Style = AnsiColor::BrightGreen.on_default().effects(Effects::BOLD);
12
pub const VALID: Style = AnsiColor::BrightCyan.on_default().effects(Effects::BOLD);
13
pub const INVALID: Style = annotate_snippets::renderer::DEFAULT_WARNING_STYLE;
14
-pub const TRANSIENT: Style = NOTE;
+pub const TRANSIENT: Style = annotate_snippets::renderer::DEFAULT_HELP_STYLE;
0 commit comments