nushell/crates/nu-engine/src/compile
Wind 1c6c85d35d
Fix clippy (#15489)
# Description
There are some clippy(version 0.1.86) errors on nushell repo. This pr is
trying to fix it.

# User-Facing Changes
Hopefully none.

# Tests + Formatting
NaN

# After Submitting
NaN
2025-04-06 09:49:28 +08:00
..
builder.rs Change how and and or operations are compiled to IR to support custom values (#14653) 2024-12-25 06:12:53 -06:00
call.rs Change help commands to use name from scope instead of the name from the declaration (#14490) 2024-12-10 09:27:30 -06:00
expression.rs Rework operator type errors (#14429) 2025-02-12 20:03:40 -08:00
keyword.rs Fix match running closures as block (#15032) 2025-02-11 10:35:23 +01:00
mod.rs Make SpanId and RegId also use new ID struct (#13963) 2024-10-01 13:23:27 +02:00
operator.rs Rework operator type errors (#14429) 2025-02-12 20:03:40 -08:00
redirect.rs Fix clippy (#15489) 2025-04-06 09:49:28 +08:00