feat: AWS Bedrock provider #713
ci.yaml
on: pull_request
stable / fmt
24s
stable / check rig-core wasm target
33s
stable / clippy
49s
stable / test
3m 52s
stable / doc
47s
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
|