Skip to content

Various enhancements to the build process#65

Merged
tanneberger merged 9 commits into
mainfrom
build-fixes
May 19, 2026
Merged

Various enhancements to the build process#65
tanneberger merged 9 commits into
mainfrom
build-fixes

Various enhancements to the build process

a60ce01
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Clippy Output succeeded Apr 21, 2026 in 0s

Clippy Output

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.95.0 (59807616e 2026-04-14)
  • cargo 1.95.0 (f2d3ce0bd 2026-03-21)
  • clippy 0.1.95 (59807616e1 2026-04-14)

Annotations

Check warning on line 36 in src/backends/mod.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Output

`to_string` applied to a type that implements `Display` in `println!` args

warning: `to_string` applied to a type that implements `Display` in `println!` args
  --> src/backends/mod.rs:36:30
   |
36 |                 "Build step:".to_string(),
   |                              ^^^^^^^^^^^^ help: remove this
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.95.0/index.html#to_string_in_format_args
   = note: `#[warn(clippy::to_string_in_format_args)]` on by default