mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 14:28:11 +02:00
Remove old alias implementation (#8797)
This commit is contained in:
@ -60,7 +60,6 @@ fn eval_source2(
|
||||
Some(fname), // format!("entry #{}", entry_num)
|
||||
source,
|
||||
false,
|
||||
&[],
|
||||
);
|
||||
|
||||
if let Some(err) = working_set.parse_errors.first() {
|
||||
|
Reference in New Issue
Block a user