reformat some readme stuff
This commit is contained in:
parent
751388b04c
commit
df6b5b5f06
2 changed files with 11 additions and 12 deletions
|
|
@ -494,7 +494,6 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
|
||||||
- Readme documentation for POSIX module
|
- Readme documentation for POSIX module
|
||||||
- logging library
|
- logging library
|
||||||
- make const all the error messages
|
- make const all the error messages
|
||||||
- Should globals be immutable?
|
|
||||||
|
|
||||||
** TODO alpha tasks
|
** TODO alpha tasks
|
||||||
- Rename to Flesh
|
- Rename to Flesh
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ impl Prompt for CustomPrompt<'_> {
|
||||||
|
|
||||||
fn render_prompt_right(&self) -> Cow<str> {
|
fn render_prompt_right(&self) -> Cow<str> {
|
||||||
{
|
{
|
||||||
Cow::Owned(format!(" <"))
|
Cow::Owned(format!(""))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue