style: Remove rustyline_derive 💎

This commit is contained in:
Dheepak Krishnamurthy 2021-10-26 16:06:30 -06:00
parent 0e9ff4563f
commit baa456d638
4 changed files with 82 additions and 96 deletions

View file

@ -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;