2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-30 22:03:35 +00:00
nushell/crates/nu-command/tests/commands/random
Stefan Holderbach 42531e017c
Clippy fixes from stable and nightly ()
- **Doccomment style fixes**
- **Forgotten stuff in `nu-pretty-hex`**
- **Don't `for` around an `Option`**
- and more

I think the suggestions here are a net positive, some of the suggestions
moved into  feel somewhat arbitrary, I also raised
https://github.com/rust-lang/rust-clippy/issues/13188 as the nightly
`byte_char_slices` would require either a global allow or otherwise a
ton of granular allows or possibly confusing bytestring literals.
2024-07-31 20:37:40 +02:00
..
bool.rs Clean up tests containing unnecessary cwd: tokens () 2023-07-17 18:43:51 +02:00
chars.rs remove size command in favor of str stats () 2023-11-17 06:49:19 +08:00
dice.rs Add long options for platform and random () 2023-10-19 22:04:33 +02:00
float.rs Rename random decimal to random float () 2023-09-12 13:03:05 +02:00
int.rs Use int type name consistently () 2023-10-03 18:24:32 +02:00
mod.rs Clippy fixes from stable and nightly () 2024-07-31 20:37:40 +02:00
uuid.rs Clippy fixes from stable and nightly () 2024-07-31 20:37:40 +02:00