Skip to content

Commit 70bfc8b

Browse files
committed
clean
1 parent be5d7d3 commit 70bfc8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/nu-parser/src/parser.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5309,9 +5309,6 @@ pub fn parse_value(
53095309
b"false" => {
53105310
return Expression::new(working_set, Expr::Bool(false), span, Type::Bool);
53115311
}
5312-
b"-inf" | b"inf" | b"NaN" => {
5313-
return parse_float(working_set, span);
5314-
}
53155312
_ => {}
53165313
}
53175314

0 commit comments

Comments
 (0)