Skip to content

Commit

Permalink
fixup! intradoc-link redundancy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed May 16, 2024
1 parent 4d16278 commit 3797bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wayland-client/src/event_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ impl<State> EventQueue<State> {
/// Events are accumulated in the event queue internal buffer when the Wayland socket is read using
/// the read APIs on [`Connection`], or when reading is done from an other thread.
/// This method will dispatch all such pending events by sequentially invoking their associated handlers:
/// the [`Dispatch`][crate::Dispatch] implementations on the provided `&mut D`.
/// the [`Dispatch`] implementations on the provided `&mut D`.
///
/// Note: this may block if another thread has frozen the queue.
pub fn dispatch_pending(&mut self, data: &mut State) -> Result<usize, DispatchError> {
Expand Down

0 comments on commit 3797bbb

Please sign in to comment.