Fix clippy needless_return
This commit is contained in:
parent
af8863578e
commit
2aedeead7d
|
@ -357,7 +357,6 @@ pub fn start_dnd<C>(
|
||||||
),
|
),
|
||||||
serial,
|
serial,
|
||||||
);
|
);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue