Improve env command #122
Annotations
4 warnings
Check Code, Code Formatting and Linting (stable):
src/cli/env.rs#L26
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
Check Code, Code Formatting and Linting (stable):
src/globals.rs#L3
current MSRV (Minimum Supported Rust Version) is `1.79.0` but this item is stable since `1.80.0`
|
Check Code, Code Formatting and Linting (nightly):
src/cli/env.rs#L26
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
Check Code, Code Formatting and Linting (nightly):
src/globals.rs#L3
current MSRV (Minimum Supported Rust Version) is `1.79.0` but this item is stable since `1.80.0`
|