Skip to content

feat: AWS Bedrock provider #713

feat: AWS Bedrock provider

feat: AWS Bedrock provider #713

Re-run triggered February 24, 2025 20:43
Status Failure
Total duration 4m 4s
Artifacts

ci.yaml

on: pull_request
stable / fmt
24s
stable / fmt
stable / check rig-core wasm target
33s
stable / check rig-core wasm target
stable / clippy
49s
stable / clippy
stable / test
3m 52s
stable / test
stable / doc
47s
stable / doc
Fit to window
Zoom out
Zoom in

Annotations

4 errors
stable / doc: rig-bedrock/src/client.rs#L40
this URL is not a hyperlink
stable / doc
Process completed with exit code 101.
the following explicit lifetimes could be elided: 'a: rig-bedrock/src/client.rs#L63
error: the following explicit lifetimes could be elided: 'a --> rig-bedrock/src/client.rs:63:6 | 63 | impl<'a> Default for ClientBuilder<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-D clippy::needless-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]` help: elide the lifetimes | 63 - impl<'a> Default for ClientBuilder<'a> { 63 + impl Default for ClientBuilder<'_> { |
stable / clippy
Clippy has exited with exit code 101