mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
Remove Clone bound from LayoutElement
It is no longer necessary.
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ mod focus_ring;
|
||||
mod monitor;
|
||||
mod workspace;
|
||||
|
||||
pub trait LayoutElement: SpaceElement + PartialEq + Clone {
|
||||
pub trait LayoutElement: SpaceElement + PartialEq {
|
||||
fn request_size(&self, size: Size<i32, Logical>);
|
||||
fn request_fullscreen(&self, size: Size<i32, Logical>);
|
||||
fn min_size(&self) -> Size<i32, Logical>;
|
||||
|
||||
Reference in New Issue
Block a user