mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 21:14:40 +01:00
mayve fix ci
This commit is contained in:
parent
11b40a6c31
commit
51a43f5617
@ -13,7 +13,7 @@
|
||||
//! needed. For example:
|
||||
//!
|
||||
//! ```rust
|
||||
//! use grid::{Grid, GridOptions, Direction, Filling, Cell};
|
||||
//! use super::grid::{Grid, GridOptions, Direction, Filling, Cell};
|
||||
//!
|
||||
//! let mut grid = Grid::new(GridOptions {
|
||||
//! filling: Filling::Spaces(1),
|
||||
|
@ -1,8 +1,3 @@
|
||||
// use nu_protocol::ast::{Call, PathMember};
|
||||
// use nu_protocol::engine::{Command, EvaluationContext};
|
||||
// use nu_protocol::{Signature, Span, Spanned, SyntaxShape, Value};
|
||||
// use nu_table::StyledString;
|
||||
// use std::collections::HashMap;
|
||||
use super::grid::{Alignment, Cell, Direction, Filling, Grid, GridOptions};
|
||||
use nu_engine::CallExt;
|
||||
use nu_protocol::{
|
||||
@ -10,7 +5,7 @@ use nu_protocol::{
|
||||
engine::{Command, EvaluationContext},
|
||||
Signature, Span, SyntaxShape, Value,
|
||||
};
|
||||
use terminal_size::{Height, Width};
|
||||
use terminal_size::{Height, Width}; //{Alignment, Cell, Direction, Filling, Grid, GridOptions};
|
||||
|
||||
pub struct Griddle;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user