mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 03:25:10 +02:00
"Fix" failing CI
This commit is contained in:
@ -738,7 +738,7 @@ pub fn parse_range(
|
||||
),
|
||||
};
|
||||
|
||||
let step_op_span = step_op_pos.map(|pos| {
|
||||
let _step_op_span = step_op_pos.map(|pos| {
|
||||
Span::new(
|
||||
span.start + pos,
|
||||
span.start + pos + "..".len(), // Only ".." is allowed for step operator
|
||||
|
Reference in New Issue
Block a user