mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 12:58:32 +00:00
trimming structs
This commit is contained in:
parent
e0c2074ed5
commit
d644a8d41f
1 changed files with 1 additions and 3 deletions
|
|
@ -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 a new issue