Files
nushell/crates/nu-system
Stefan Holderbach 9da0f41ebb Fix easy clippy lints from latest stable (#16053)
1.88.0 was released today, clippy now lints (machine-applicable)
against:
- format strings with empty braces that could be inlined
  - easy win
- `manual_abs_diff`
- returning of a stored result of the last expression.
  - this can be somewhat contentious but touched only a few places
2025-06-29 17:37:17 +02:00
..
2022-03-13 11:30:27 -07:00

Operating system specific bindings used by Nushell.

Currently primarily wrappers around processes and ways to gather process info from the system

Internal Nushell crate

This crate implements components of Nushell and is not designed to support plugin authors or other users directly.