-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Before 983e9fa this was actually coherent (cc @djc).
IMHO this is more of a note: kind of message (but made probably before the logging convention was fully established), otherwise it doesn't make too much sense to put a newline before it?
Lines 87 to 93 in de2b979
| if toolchain.starts_with("nightly") { | |
| let _ = write!( | |
| buf, | |
| "\ | |
| Sometimes not all components are available in any given nightly. | |
| If you don't need these components, you could try a minimal installation with: | |
Lines 205 to 210 in de2b979
| if toolchain.starts_with("nightly") { | |
| let _ = write!( | |
| buf, | |
| "(sometimes not all components are available in any given nightly)" | |
| ); | |
| } |
It'd be better if we can think of an appropriate way to unify those.