Skip to content

Commit

Permalink
chore: comment out doc comment for unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Dec 28, 2024
1 parent 2840ff6 commit 42e18da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/wayland/wlr_data_control/source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl DataControlSourceDataExt for DataControlSourceData {
///
/// The functions defined in this trait are called as `DataSource` events are received from the compositor.
pub trait DataControlSourceHandler: Sized {
/// This may be called multiple times, once for each accepted mime type from the destination, if any.
// /// This may be called multiple times, once for each accepted mime type from the destination, if any.
// fn accept_mime(
// &mut self,
// conn: &Connection,
Expand Down

0 comments on commit 42e18da

Please sign in to comment.