mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-05-09 04:05:30 +00:00
refactor: remove unnecessary derive
This commit is contained in:
parent
43ea02cd76
commit
4798275ed0
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ use slint::{
|
|||
use std::cell::Cell;
|
||||
use std::rc::{Rc, Weak};
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub enum RenderState {
|
||||
Clean,
|
||||
Dirty,
|
||||
|
|
Loading…
Add table
Reference in a new issue