mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:05:03 +02:00
refactor parser: rename method pub fn block to parse_block (#3047)
* refactor parser: rename method block to parse_block * nu-cli/src/completion/engine.rs block to parse_block
This commit is contained in:
@ -11,7 +11,7 @@ mod scope;
|
||||
mod shapes;
|
||||
mod signature;
|
||||
|
||||
pub use lex::lexer::{block, lex};
|
||||
pub use lex::lexer::{lex, parse_block};
|
||||
pub use lex::tokens::{LiteBlock, LiteCommand, LiteGroup, LitePipeline};
|
||||
pub use parse::{classify_block, garbage, parse, parse_full_column_path, parse_math_expression};
|
||||
pub use path::expand_ndots;
|
||||
|
Reference in New Issue
Block a user