update to rustyline 7
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
27799ccb6d
commit
c65246e9bd
@ -40,7 +40,9 @@ impl rustyline::completion::Completer for CliHelper {
|
||||
}
|
||||
}
|
||||
|
||||
impl rustyline::hint::Hinter for CliHelper {}
|
||||
impl rustyline::hint::Hinter for CliHelper {
|
||||
type Hint = String;
|
||||
}
|
||||
impl rustyline::validate::Validator for CliHelper {}
|
||||
impl rustyline::highlight::Highlighter for CliHelper {}
|
||||
impl rustyline::Helper for CliHelper {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user