Add a public bundle-builder function as an alternative to the mutable builder. #1178
Annotations
3 errors and 2 warnings
very complex type used. Consider factoring parts into `type` definitions:
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
|
very complex type used. Consider factoring parts into `type` definitions:
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
|
aborting due to 2 previous errors
error: aborting due to 2 previous errors
|
Clippy (MSRV)
clippy-action doesn't have permissions to view Check Runs, disabling!
|
Clippy (MSRV)
Resource not accessible by integration
|