nushell/crates/nu-protocol/src/value
JT 88b22a9248
fix a few clippy issues (#9578)
# Description

A couple clippy fixes

# User-Facing Changes
<!-- List of all changes that impact the user experience here. This
helps us keep track of breaking changes. -->

# Tests + Formatting
<!--
Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes)
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A
clippy::needless_collect -A clippy::result_large_err` to check that
you're using the standard code style
- `cargo test --workspace` to check that all tests pass
- `cargo run -- crates/nu-std/tests/run.nu` to run the tests for the
standard library

> **Note**
> from `nushell` you can also use the `toolkit` as follows
> ```bash
> use toolkit.nu # or use an `env_change` hook to activate it
automatically
> toolkit check pr
> ```
-->

# After Submitting
<!-- If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
-->
2023-07-01 19:52:04 +12:00
..
custom_value.rs Fix to json for SQLite databases (#8343) 2023-03-06 14:36:26 -08:00
from_value.rs revert: move to ahash (#9464) 2023-06-18 15:27:57 +12:00
from.rs Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
lazy_record.rs Feature: Userland LazyRecords (#8332) 2023-05-17 18:35:22 -05:00
mod.rs fix a few clippy issues (#9578) 2023-07-01 19:52:04 +12:00
range.rs use let-else syntax where possible (#8886) 2023-04-14 20:51:38 +02:00
stream.rs Disable pipeline echo (#8292) 2023-03-17 11:53:46 +13:00
unit.rs Remove ZB and ZiB from file size type (#9427) 2023-06-14 10:53:32 -05:00