mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Underline "next"
This commit is contained in:
parent
bcebbb9df6
commit
67ce9b9e56
@ -101,7 +101,7 @@ impl<'a> WatchState<'a> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if self.done_status != DoneStatus::Pending {
|
if self.done_status != DoneStatus::Pending {
|
||||||
write!(self.writer, "{}:next / ", 'n'.bold())?;
|
write!(self.writer, "{}:{} / ", 'n'.bold(), "next".underlined())?;
|
||||||
}
|
}
|
||||||
|
|
||||||
if !self.show_hint {
|
if !self.show_hint {
|
||||||
|
Loading…
Reference in New Issue
Block a user