forked from extern/nushell
Remove old alias implementation (#8797)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -49,7 +49,7 @@ pub fn parse_pattern(working_set: &mut StateWorkingSet, span: Span) -> MatchPatt
|
||||
}
|
||||
} else {
|
||||
// Literal value
|
||||
let value = parse_value(working_set, span, &SyntaxShape::Any, &[]);
|
||||
let value = parse_value(working_set, span, &SyntaxShape::Any);
|
||||
|
||||
MatchPattern {
|
||||
pattern: Pattern::Value(value),
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user