mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Address clippy's warnings when porting date to engine-q
This commit is contained in:
@ -101,7 +101,6 @@ fn helper(value: Value, head: Span, timezone: &Spanned<String>) -> Value {
|
||||
|
||||
Value::Nothing { span: _ } => {
|
||||
let dt = Local::now();
|
||||
|
||||
_to_timezone(dt.with_timezone(dt.offset()), timezone, head)
|
||||
}
|
||||
_ => unsupported_input_error(),
|
||||
|
Reference in New Issue
Block a user