Skip to content

fix: Handle empty line in environment file #90

fix: Handle empty line in environment file

fix: Handle empty line in environment file #90

Triggered via push January 29, 2026 14:15
Status Success
Total duration 1m 13s
Artifacts

rust.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
match expression looks like `matches!` macro: src/args.rs#L135
warning: match expression looks like `matches!` macro --> src/args.rs:135:9 | 135 | / match self.use_colors() { 136 | | ColorChoice::Never => false, 137 | | _ => true, 138 | | } | |_________^ help: try: `!matches!(self.use_colors(), ColorChoice::Never)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#match_like_matches_macro = note: `#[warn(clippy::match_like_matches_macro)]` on by default
variants `Key` and `Value` are never constructed: src/prop.rs#L88
warning: variants `Key` and `Value` are never constructed --> src/prop.rs:88:5 | 86 | pub enum ParsePropertyError { | ------------------ variants in this enum 87 | Entry(String), 88 | Key(String), | ^^^ 89 | Value(String), | ^^^^^ | = note: `ParsePropertyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
function `write_body` is never used: src/io.rs#L34
warning: function `write_body` is never used --> src/io.rs:34:8 | 34 | pub fn write_body(stream: &mut StandardStream, content_type: Option<&str>, body: String) { | ^^^^^^^^^^
function `write_spec` is never used: src/io.rs#L24
warning: function `write_spec` is never used --> src/io.rs:24:8 | 24 | pub fn write_spec(stream: &mut StandardStream, content: &str, spec: &ColorSpec) { | ^^^^^^^^^^
function `writeln_color` is never used: src/io.rs#L19
warning: function `writeln_color` is never used --> src/io.rs:19:8 | 19 | pub fn writeln_color(stream: &mut StandardStream, content: &str, color: Option<Color>) { | ^^^^^^^^^^^^^
variant `NotAFile` is never constructed: src/error.rs#L19
warning: variant `NotAFile` is never constructed --> src/error.rs:19:5 | 14 | pub enum FireError { | --------- variant in this enum ... 19 | NotAFile(PathBuf), | ^^^^^^^^
trait `Error` is never used: src/error.rs#L12
warning: trait `Error` is never used --> src/error.rs:12:11 | 12 | pub trait Error: StdError + Termination {} | ^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
lint
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']