feat: stdlib
implementation
#1012
rust.yml
on: pull_request
Matrix: build
Matrix: test
Post-process
3s
Annotations
4 errors and 3 warnings
test (macos-latest):
src/render/resolved_dependencies.rs#L587
[clippy] reported by reviewdog 🐶
error: unneeded `return` statement
--> src/render/resolved_dependencies.rs:587:21
|
587 | return Ok(SourceDependency { spec: "foo".parse().unwrap() }.into());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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`
|
587 - return Ok(SourceDependency { spec: "foo".parse().unwrap() }.into());
587 + Ok(SourceDependency { spec: "foo".parse().unwrap() }.into())
|
Raw Output:
src/render/resolved_dependencies.rs:587:21:e:error: unneeded `return` statement
--> src/render/resolved_dependencies.rs:587:21
|
587 | return Ok(SourceDependency { spec: "foo".parse().unwrap() }.into());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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`
|
587 - return Ok(SourceDependency { spec: "foo".parse().unwrap() }.into());
587 + Ok(SourceDependency { spec: "foo".parse().unwrap() }.into())
|
__END__
|
test (macos-latest)
reviewdog exited with status code: 1
|
test (ubuntu-latest):
src/render/resolved_dependencies.rs#L587
[clippy] reported by reviewdog 🐶
error: unneeded `return` statement
--> src/render/resolved_dependencies.rs:587:21
|
587 | return Ok(SourceDependency { spec: "foo".parse().unwrap() }.into());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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`
|
587 - return Ok(SourceDependency { spec: "foo".parse().unwrap() }.into());
587 + Ok(SourceDependency { spec: "foo".parse().unwrap() }.into())
|
Raw Output:
src/render/resolved_dependencies.rs:587:21:e:error: unneeded `return` statement
--> src/render/resolved_dependencies.rs:587:21
|
587 | return Ok(SourceDependency { spec: "foo".parse().unwrap() }.into());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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`
|
587 - return Ok(SourceDependency { spec: "foo".parse().unwrap() }.into());
587 + Ok(SourceDependency { spec: "foo".parse().unwrap() }.into())
|
__END__
|
test (ubuntu-latest)
reviewdog exited with status code: 1
|
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/.
|
test (ubuntu-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/.
|
test (windows-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 |
|
rattler-build-aarch64-unknown-linux-musl.tar.gz
Expired
|
15 MB |
|
rattler-build-powerpc64le-unknown-linux-gnu.tar.gz
Expired
|
15.6 MB |
|
rattler-build-x86_64-apple-darwin.tar.gz
Expired
|
11.3 MB |
|
rattler-build-x86_64-pc-windows-gnu.zip
Expired
|
16.4 MB |
|
rattler-build-x86_64-pc-windows-msvc.zip
Expired
|
9.65 MB |
|
rattler-build-x86_64-unknown-linux-musl.tar.gz
Expired
|
15.5 MB |
|