Skip to content

chore: replace unmaintained github action #74

chore: replace unmaintained github action

chore: replace unmaintained github action #74

Triggered via push November 26, 2024 11:20
Status Failure
Total duration 5m 36s
Artifacts 3

ci.yml

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

Annotations

1 error and 2 warnings
build (x86_64-pc-windows-gnu, windows-latest, false, .exe)
Process completed with exit code 1.
the borrowed expression implements the required traits: src/main.rs#L347
warning: the borrowed expression implements the required traits --> src/main.rs:347:39 | 347 | let f = BufReader::new(File::open(&path).unwrap()); | ^^^^^ help: change this to: `path` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
unneeded `return` statement: src/main.rs#L38
warning: unneeded `return` statement --> src/main.rs:38:9 | 38 | return "22".to_string(); | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 38 - return "22".to_string(); 38 + "22".to_string() |

Artifacts

Produced during runtime
Name Size
dbimport-x86_64-apple-darwin
2.2 MB
dbimport-x86_64-unknown-linux-gnu
2.44 MB
dbimport-x86_64-unknown-linux-musl
2.57 MB