Add a public bundle-builder function as an alternative to the mutable builder. #1178
Annotations
3 errors and 2 warnings
Run Clippy:
src/lib.rs#L460
error: very complex type used. Consider factoring parts into `type` definitions
--> src/builder.rs:460:10
|
460 | ) -> Result<Option<Bundle<InProgress<Unproven, Unauthorized>, V>>, BuildError> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D clippy::type-complexity` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
|
Run Clippy:
src/lib.rs#L474
error: very complex type used. Consider factoring parts into `type` definitions
--> src/builder.rs:474:6
|
474 | ) -> Result<Option<Bundle<InProgress<Unproven, Unauthorized>, V>>, BuildError> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
|
Run Clippy
error: aborting due to 2 previous errors
|
Run Clippy
clippy-action doesn't have permissions to view Check Runs, disabling!
|
Run Clippy
Resource not accessible by integration
|
The logs for this run have expired and are no longer available.
Loading