Skip to content

Improve env command #122

Improve env command

Improve env command #122

Triggered via push September 5, 2024 21:33
Status Success
Total duration 57s
Artifacts

ci.yaml

on: push
Matrix: Check Code, Code Formatting and Linting
Fit to window
Zoom out
Zoom in

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`