From 2aedeead7dccd17e9e0b86061d9bdadc2d2dc8a7 Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Sat, 23 Oct 2021 15:34:50 +0200 Subject: [PATCH] Fix clippy needless_return --- src/wayland/data_device/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/data_device/mod.rs b/src/wayland/data_device/mod.rs index 4a6247e..125a840 100644 --- a/src/wayland/data_device/mod.rs +++ b/src/wayland/data_device/mod.rs @@ -357,7 +357,6 @@ pub fn start_dnd( ), serial, ); - return; } }