From 42e18da12665289a5c1012b00ce7ce1f2c845221 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sat, 28 Dec 2024 12:58:05 +0000 Subject: [PATCH] chore: comment out doc comment for unused func --- src/clients/wayland/wlr_data_control/source.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clients/wayland/wlr_data_control/source.rs b/src/clients/wayland/wlr_data_control/source.rs index b8f2a1c..35ec742 100644 --- a/src/clients/wayland/wlr_data_control/source.rs +++ b/src/clients/wayland/wlr_data_control/source.rs @@ -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,