Skip to content

Commit

Permalink
fix broken doc link (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Teo Koon Peng <teokoonpeng@gmail.com>
  • Loading branch information
koonpeng authored Dec 13, 2024
1 parent 3d5425d commit 1a0de67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustdocflags = ["-D", "warnings"]
3 changes: 3 additions & 0 deletions .github/workflows/ci_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jobs:
- name: Test single_threaded_async
run: cargo test --features single_threaded_async

- name: Build docs
run: cargo doc

2 changes: 1 addition & 1 deletion src/chain/split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ impl<'w, 's, 'a, 'b, T: 'static + Splittable> Iterator for SplitBuilder<'w, 's,

/// This tracks the connections that have been made to a split. This can be
/// retrieved from [`SplitBuilder`] by calling [`SplitBuilder::outputs`].
/// You can then continue building connections by calling [`SplitBuilder::build`].
/// You can then continue building connections by calling [`SplitOutputs::build`].
#[must_use]
pub struct SplitOutputs<T: Splittable> {
scope: Entity,
Expand Down

0 comments on commit 1a0de67

Please # to comment.