Skip to content

Commit

Permalink
Fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest committed Oct 18, 2022
1 parent 6ccfd35 commit c3da830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/src/network/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub(crate) type BoxFuture<'a, T> = std::pin::Pin<Box<dyn Future<Output = T> + Se
/// This trait provides our workspaces provided network to use this builder. Currently
/// not planned to offer this trait outside, since the idea for custom networks down
/// the line is for them to be able to construct themselves however they want like so
/// ```no_run
/// ```ignore
/// Worker::new(CustomNetwork {
/// ... // fields
/// })
Expand Down

0 comments on commit c3da830

Please sign in to comment.