mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 04:18:51 +00:00
431 B
431 B
Description
(description of your pull request here)
Tests
Make sure you've run and fixed any issues with these commands:
cargo fmtto give the code standard formattingcargo clippy --all --all-features -- -D warnings -D clippy::unwrap_used -A clippy::needless_collectto check that you're using the standard code stylecargo build; cargo test --all --all-featuresto check that all the tests pass