chore: replace unmaintained github action #74
ci.yml
on: push
clippy_check
1m 36s
rustfmt
5s
Matrix: build
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 |
|