mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
style: Remove rustyline_derive 💎
This commit is contained in:
parent
0e9ff4563f
commit
baa456d638
4 changed files with 82 additions and 96 deletions
|
@ -13,7 +13,6 @@ use rustyline::highlight::{Highlighter, MatchingBracketHighlighter};
|
|||
use rustyline::hint::Hinter;
|
||||
use rustyline::line_buffer::LineBuffer;
|
||||
use rustyline::Context;
|
||||
use rustyline_derive::Helper;
|
||||
|
||||
use unicode_segmentation::Graphemes;
|
||||
use unicode_segmentation::UnicodeSegmentation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue