mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 04:07:56 +02:00
Add nu-protocol
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
use nu_parser::*;
|
||||
use nu_parser::{ParseError, ParserState, Signature};
|
||||
use nu_parser::{ParseError, ParserState};
|
||||
use nu_protocol::{Signature, SyntaxShape};
|
||||
|
||||
#[test]
|
||||
pub fn parse_int() {
|
||||
|
Reference in New Issue
Block a user