mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 12:17:19 +02:00
chore: rustfmt with nightly options ♻️
This commit is contained in:
parent
ae44577979
commit
bc0c3f10a6
16 changed files with 168 additions and 189 deletions
|
@ -1,6 +1,4 @@
|
|||
use rustyline::line_buffer::ChangeListener;
|
||||
use rustyline::line_buffer::DeleteListener;
|
||||
use rustyline::line_buffer::Direction;
|
||||
use rustyline::line_buffer::{ChangeListener, DeleteListener, Direction};
|
||||
|
||||
/// Undo manager
|
||||
#[derive(Default)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue