Skip to content

Commit 6decc25

Browse files
committed
fix documentation issues
1 parent 1d4358a commit 6decc25

File tree

1 file changed

+1
-3
lines changed
  • src/wayland/selection/data_device

1 file changed

+1
-3
lines changed

src/wayland/selection/data_device/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
//!
1717
//! - the freestanding function [`set_data_device_selection`]
1818
//! allows you to set the contents of the selection for your clients
19-
//! - the freestanding function [`start_dnd`] allows you to initiate a drag'n'drop event from the compositor
20-
//! itself and receive interactions of clients with it via an other dedicated callback.
2119
//!
2220
//! The module defines the role `"dnd_icon"` that is assigned to surfaces used as drag'n'drop icons.
2321
//!
@@ -368,7 +366,7 @@ fn handle_dnd<D, S>(
368366
}
369367
}
370368

371-
/// Type implementing [`OfferData`](crate::input::dnd::OfferData) for wl_data_offer based DnD sources
369+
/// Type implementing [`OfferData`] for wl_data_offer based DnD sources
372370
#[derive(Debug)]
373371
pub struct WlOfferData<S: Source> {
374372
state: Arc<Mutex<WlOfferState>>,

0 commit comments

Comments
 (0)