lint #36
build.yml
on: push
check if src files changed
3s
build-src-linux-arm32
1m 56s
build-src-linux-aarch64
1m 56s
lint-src
41s
Matrix: build-src
Matrix: test-src-for-unity
Annotations
9 errors
build-src-ubuntu-latest:
examples/src/tests/flag.rs#L15
unused import: `io`
|
build-src-ubuntu-latest:
examples/src/tests/flag.rs#L39
the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`)
|
build-src-ubuntu-latest
Process completed with exit code 1.
|
build-src-macos-latest:
examples/src/tests/flag.rs#L15
unused import: `io`
|
build-src-macos-latest:
examples/src/tests/flag.rs#L39
the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`)
|
build-src-macos-latest
Process completed with exit code 1.
|
build-src-windows-latest:
examples/src/tests/flag.rs#L15
unused import: `io`
|
build-src-windows-latest:
examples/src/tests/flag.rs#L39
the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`)
|
build-src-windows-latest
Process completed with exit code 1.
|