forked from extern/nushell
trimming structs
This commit is contained in:
parent
e0c2074ed5
commit
d644a8d41f
@ -1,6 +1,4 @@
|
||||
use std::{io::Read, mem::size_of};
|
||||
|
||||
use engine_q::{ParserWorkingSet, Signature, Statement, SyntaxShape};
|
||||
use engine_q::{ParserWorkingSet, Signature, SyntaxShape};
|
||||
|
||||
fn main() -> std::io::Result<()> {
|
||||
if let Some(path) = std::env::args().nth(1) {
|
||||
|
Loading…
Reference in New Issue
Block a user