mirror of
https://github.com/redstrate/Physis.git
synced 2025-06-07 23:27:45 +00:00
Remove repr(C) from ColumnData
This commit is contained in:
parent
036a37c839
commit
7486c558ce
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ pub struct EXD {
|
|||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[repr(C)]
|
||||
pub enum ColumnData {
|
||||
String(String),
|
||||
Bool(bool),
|
||||
|
|
Loading…
Add table
Reference in a new issue