mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:05:02 +02:00
Add nu-protocol
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
use crate::parser_state::Type;
|
||||
use crate::ParserWorkingSet;
|
||||
use nu_protocol::{Span, Type};
|
||||
use std::ops::Range;
|
||||
|
||||
pub use crate::Span;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum ParseError {
|
||||
ExtraTokens(Span),
|
||||
|
Reference in New Issue
Block a user