mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 02:11:21 +02:00
Add nu-protocol
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
use nu_parser::{lex, ParseError, Span, Token, TokenContents};
|
||||
use nu_parser::{lex, ParseError, Token, TokenContents};
|
||||
use nu_protocol::Span;
|
||||
|
||||
#[test]
|
||||
fn lex_basic() {
|
||||
|
Reference in New Issue
Block a user