Skip to content

Commit

Permalink
fix: chore
Browse files Browse the repository at this point in the history
Signed-off-by: 0x009922 <43530070+0x009922@users.noreply.github.com>
  • Loading branch information
0x009922 committed May 29, 2024
1 parent a541b71 commit 3578c37
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions data_model/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -869,18 +869,7 @@ mod model {
///
/// This string is guaranteed to be parsed as JSON.
#[derive(
Display,
Default,
Debug,
Clone,
Eq,
Encode,
Decode,
Ord,
PartialOrd,
Eq,
PartialEq,
IntoSchema,
Display, Default, Debug, Clone, Encode, Decode, Ord, PartialOrd, Eq, PartialEq, IntoSchema,
)]
#[ffi_type(unsafe {robust})]
#[repr(transparent)]
Expand Down

0 comments on commit 3578c37

Please sign in to comment.