Update rustyline to 10.

This commit is contained in:
Stephen Chung
2022-07-17 18:49:12 +08:00
parent a12401a1fe
commit 107193e35f
2 changed files with 3 additions and 3 deletions

View File

@@ -194,7 +194,7 @@ fn setup_editor() -> Editor<()> {
.indent_size(4)
.bracketed_paste(true)
.build();
let mut rl = Editor::<()>::with_config(config);
let mut rl = Editor::<()>::with_config(config).unwrap();
// Bind more keys