Skip to content

Commit c5ae0f5

Browse files
committed
docs(pubsub): drop a link to a type this branch does not define
The doc block moved here when this was split out of #250 referenced `CallbackDispatcher`, which #250 introduces and main does not have, so rustdoc could not resolve it and check-rustdoc-links failed. The sentence was also meaningless here for the same reason.
1 parent 18cf20e commit c5ae0f5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

crates/hiroz/src/pubsub.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -884,9 +884,8 @@ where
884884
/// sample's attachment, encoding and timestamp, which the decoded form drops.
885885
///
886886
/// Everything else is identical to `build_with_callback` — same encoding
887-
/// validation, same [`CallbackDispatcher`] handling, same liveliness and
888-
/// graph registration. The callback is user code and is dispatched by exactly
889-
/// the same rules.
887+
/// validation, same liveliness and graph registration, same dispatch. The
888+
/// callback is user code and is handled by exactly the same rules.
890889
///
891890
/// # Ownership
892891
///

0 commit comments

Comments
 (0)