1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-08 11:06:55 +02:00
zc he 339c5b7c83
fix: clippy warning of rust 1.8.4 ()
# Description

I'm on rust toolchain 1.8.4, and I can see clippy warnings that can't be
caught by the ci workflow, primarily related to lifetime params.

I think it doesn't hurt to fix those in advance.

# User-Facing Changes

# Tests + Formatting

# After Submitting
2025-02-02 07:56:54 -06:00
..