move AutoComplete

This commit is contained in:
Simon Gardling
2022-05-11 21:45:11 -04:00
parent 2dfa0dd5af
commit 30475eb4f4
7 changed files with 113 additions and 115 deletions

View File

@@ -1,5 +1,4 @@
use parsing::Hint;
use ytbn_graphing_software::{AutoComplete, Movement};
use parsing::{AutoComplete, Hint, Movement};
enum Action<'a> {
AssertIndex(usize),