Finish nom upgrade

This commit is contained in:
Yehuda Katz
2019-06-22 10:08:53 -04:00
parent e981129f1f
commit 3b35dcb619
9 changed files with 11 additions and 98 deletions

View File

@ -1,7 +1,7 @@
use crate::object::base::Block;
use crate::parser::{
hir::{self, Expression, RawExpression},
CommandRegistry, Span, Spanned, Text,
CommandRegistry, Spanned, Text,
};
use crate::prelude::*;
use derive_new::new;