chore(deps): update dependency prettier to ^3.4.0 #566
ci.yml
on: push
main
30s
rust-tests-working
12s
rust-tests-not-working
12s
rust-tests-cross
1m 9s
rust-clippy-warnings
15s
rust-fmt-warnings
19s
Annotations
3 errors and 4 warnings
rust-tests-not-working:
rust_tests/not_working/src/does_not_compile.rs#L2
expected one of `.`, `;`, `?`, `}`, or an operator, found `"will"`
|
rust-tests-not-working
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
rust-fmt-warnings
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
rust-tests-not-working:
rust_tests/not_working/src/main.rs#L4
function `not_used` is never used
|
rust-clippy-warnings:
rust_tests/clippy_warnings/src/main.rs#L3
unneeded `return` statement
|
rust-clippy-warnings:
rust_tests/clippy_warnings/src/main.rs#L5
unneeded `return` statement
|
rust-clippy-warnings:
rust_tests/clippy_warnings/src/main.rs#L2
this if-then-else expression returns a bool literal
|