Skip to content

Commit 531dee4

Browse files
MarijnS95ids1024
authored andcommitted
fixup! intradoc-link redundancy fixes
1 parent 87101f3 commit 531dee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wayland-client/src/event_queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ impl<State> EventQueue<State> {
381381
/// Events are accumulated in the event queue internal buffer when the Wayland socket is read using
382382
/// the read APIs on [`Connection`], or when reading is done from an other thread.
383383
/// This method will dispatch all such pending events by sequentially invoking their associated handlers:
384-
/// the [`Dispatch`][crate::Dispatch] implementations on the provided `&mut D`.
384+
/// the [`Dispatch`] implementations on the provided `&mut D`.
385385
///
386386
/// Note: this may block if another thread has frozen the queue.
387387
pub fn dispatch_pending(&mut self, data: &mut State) -> Result<usize, DispatchError> {

0 commit comments

Comments
 (0)