mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
pw_utils: Unmark CastState as pub
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ pub struct Cast {
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
#[derive(Debug)]
|
||||
pub enum CastState {
|
||||
enum CastState {
|
||||
ResizePending {
|
||||
pending_size: Size<u32, Physical>,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user