remove Copy and Clone traits from TableColumnFlags

This commit is contained in:
sk44rt 2024-10-16 10:08:03 +02:00 committed by Jonathan Spira
parent 91fdf45397
commit 8140b3f0a8

View File

@ -161,7 +161,7 @@ bitflags! {
bitflags! {
/// Flags for [TableColumnSetup] and [table_setup_column_with].
#[repr(transparent)]
#[derive(Copy, Clone, Default)]
#[derive(Default)]
pub struct TableColumnFlags: u32 {
// Input configuration flags