atrium-streams + atrium-streams-client implementation #563
Triggered via pull request
September 19, 2024 21:24
Status
Success
Total duration
1m 59s
Artifacts
–
Annotations
3 errors and 2 warnings
Rust (stable):
atrium-streams-client/src/client/mod.rs#L60
[clippy] reported by reviewdog 🐶
error: deref which would be done by auto-deref
--> atrium-streams-client/src/client/mod.rs:60:47
|
60 | let request = gen_request(self, &uri, &*host).await?;
| ^^^^^^ help: try: `&host`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
= note: `-D clippy::explicit-auto-deref` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::explicit_auto_deref)]`
Raw Output:
atrium-streams-client/src/client/mod.rs:60:47:e:error: deref which would be done by auto-deref
--> atrium-streams-client/src/client/mod.rs:60:47
|
60 | let request = gen_request(self, &uri, &*host).await?;
| ^^^^^^ help: try: `&host`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
= note: `-D clippy::explicit-auto-deref` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::explicit_auto_deref)]`
__END__
|
Rust (stable):
atrium-streams-client/src/subscriptions/repositories/firehose.rs#L242
[clippy] reported by reviewdog 🐶
error: transmute used without annotations
--> atrium-streams-client/src/subscriptions/repositories/firehose.rs:242:25
|
242 | (unsafe { std::mem::transmute::<_, Cid>(cid) }, item)
| ^^^^^^^^^^^^^^^^^^^ help: consider adding missing annotations: `transmute::<cid::cid::Cid<64>, ipld_core::cid::CidGeneric<64>>`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
= note: `-D clippy::missing-transmute-annotations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::missing_transmute_annotations)]`
Raw Output:
atrium-streams-client/src/subscriptions/repositories/firehose.rs:242:25:e:error: transmute used without annotations
--> atrium-streams-client/src/subscriptions/repositories/firehose.rs:242:25
|
242 | (unsafe { std::mem::transmute::<_, Cid>(cid) }, item)
| ^^^^^^^^^^^^^^^^^^^ help: consider adding missing annotations: `transmute::<cid::cid::Cid<64>, ipld_core::cid::CidGeneric<64>>`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
= note: `-D clippy::missing-transmute-annotations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::missing_transmute_annotations)]`
__END__
|
Rust (1.75.0):
atrium-streams-client/src/client/mod.rs#L60
[clippy] reported by reviewdog 🐶
error: deref which would be done by auto-deref
--> atrium-streams-client/src/client/mod.rs:60:47
|
60 | let request = gen_request(self, &uri, &*host).await?;
| ^^^^^^ help: try: `&host`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
= note: `-D clippy::explicit-auto-deref` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::explicit_auto_deref)]`
Raw Output:
atrium-streams-client/src/client/mod.rs:60:47:e:error: deref which would be done by auto-deref
--> atrium-streams-client/src/client/mod.rs:60:47
|
60 | let request = gen_request(self, &uri, &*host).await?;
| ^^^^^^ help: try: `&host`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
= note: `-D clippy::explicit-auto-deref` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::explicit_auto_deref)]`
__END__
|
Rust (stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Rust (1.75.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|