feat: stdlib
implementation
#1019
rust.yml
on: pull_request
Matrix: build
Matrix: test
Post-process
0s
Annotations
10 errors and 1 warning
test (ubuntu-latest)
Process completed with exit code 101.
|
Build x86_64-unknown-linux-musl
Process completed with exit code 101.
|
test (macos-latest):
src/recipe/parser/requirements.rs#L241
[clippy] reported by reviewdog 🐶
error: unneeded `return` statement
--> src/recipe/parser/requirements.rs:241:13
|
241 | return Ok(dependency);
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `-D clippy::needless-return` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_return)]`
help: remove `return`
|
241 - return Ok(dependency);
241 + Ok(dependency)
|
Raw Output:
src/recipe/parser/requirements.rs:241:13:e:error: unneeded `return` statement
--> src/recipe/parser/requirements.rs:241:13
|
241 | return Ok(dependency);
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `-D clippy::needless-return` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_return)]`
help: remove `return`
|
241 - return Ok(dependency);
241 + Ok(dependency)
|
__END__
|
test (macos-latest)
reviewdog exited with status code: 1
|
test (windows-latest)
Process completed with exit code 1.
|
Build x86_64-pc-windows-msvc
Process completed with exit code 101.
|
Build powerpc64le-unknown-linux-gnu
Process completed with exit code 101.
|
Build aarch64-unknown-linux-musl
Process completed with exit code 101.
|
Build x86_64-pc-windows-gnu
Process completed with exit code 101.
|
Build x86_64-apple-darwin
Process completed with exit code 101.
|
test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
rattler-build-aarch64-apple-darwin.tar.gz
Expired
|
10.9 MB |
|