mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:35:59 +02:00
Remove old alias implementation (#8797)
This commit is contained in:
@ -146,7 +146,7 @@ pub fn merge_input(
|
||||
let (block, delta) = {
|
||||
let mut working_set = StateWorkingSet::new(engine_state);
|
||||
|
||||
let block = parse(&mut working_set, None, input, false, &[]);
|
||||
let block = parse(&mut working_set, None, input, false);
|
||||
|
||||
assert!(working_set.parse_errors.is_empty());
|
||||
|
||||
|
Reference in New Issue
Block a user