mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03: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 a new issue