nushell/crates/nu-protocol/src/value
Stefan Holderbach b88d8726d0
Rework for new clippy lints (#12736)
- **Clippy lint `assigning_clones`**
- **Clippy lint `legacy_numeric_constants`**
- **`clippy::float_equality_without_abs`**
- **`nu-table`: clippy::zero_repeat_side_effects**

---------

Co-authored-by: Ian Manske <ian.manske@pm.me>
2024-05-02 19:29:03 +02:00
..
custom_value.rs Make drop notification timing for plugin custom values more consistent (#12341) 2024-04-04 09:13:25 +02:00
duration.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00
filesize.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00
from_value.rs Remove the Value::Block case (#12582) 2024-04-21 07:03:33 +02:00
from.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
glob.rs ls, rm, cp, open, touch, mkdir: Don't expand tilde if input path is quoted string or a variable. (#12232) 2024-03-25 10:08:38 +08:00
lazy_record.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
mod.rs Rework for new clippy lints (#12736) 2024-05-02 19:29:03 +02:00
range.rs Range refactor (#12405) 2024-04-06 09:04:56 -05:00
record.rs Impl FusedIterator for record iterators (#12542) 2024-04-17 00:34:16 +02:00