Skip to content

Commit

Permalink
Removed #[repr(C)] (#141)
Browse files Browse the repository at this point in the history
jyt no longer provides C API.
  • Loading branch information
ken-matsui authored Dec 26, 2024
1 parent a83e21d commit a00db1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pub(crate) mod yaml;

use crate::error;

#[repr(C)]
pub enum Ext {
Json,
Yaml,
Expand Down

0 comments on commit a00db1a

Please sign in to comment.