chore: use rustyline@4.1.0 for now (#128)

* switch to rustyline 4.1.0

* adapt highlight_prompt to 4.1.0 format

* fix rust fmt
This commit is contained in:
Lars-Magnus Skog
2019-06-06 13:02:40 +02:00
committed by dignifiedquire
parent 05e097baaa
commit 9a0a451999
3 changed files with 8 additions and 17 deletions

View File

@@ -83,12 +83,7 @@ pub unsafe fn dc_reset_tables(context: &Context, bits: i32) -> i32 {
info!(context, 0, "(8) Rest but server config reset.");
}
(context.cb)(
context,
Event::MSGS_CHANGED,
0 as uintptr_t,
0 as uintptr_t,
);
(context.cb)(context, Event::MSGS_CHANGED, 0 as uintptr_t, 0 as uintptr_t);
1
}