feat: agentic chains #368
Annotations
2 errors and 1 warning
Run clippy action:
rig-core/src/pipeline/mod.rs#L76
error: doc list item without indentation
--> rig-core/src/pipeline/mod.rs:76:5
|
76 | //! for chaining arbitrary operations, as long as they implement the [Op] trait.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `-D clippy::doc-lazy-continuation` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]`
help: indent this line
|
76 | //! for chaining arbitrary operations, as long as they implement the [Op] trait.
| ++
|
Run clippy action
Clippy has exited with exit code 101
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading