Skip to content

Commit

Permalink
scupt-util
Browse files Browse the repository at this point in the history
  • Loading branch information
ybbh committed Nov 16, 2023
1 parent 49c810f commit e5cf772
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Eq
+ Decode
+ Send
+ Sync
+ Default
+ 'static
{}

Expand All @@ -37,6 +38,7 @@ Serialize,
Deserialize,
Decode,
Encode,
Default,
)]
pub struct Message<M: MsgTrait + 'static> {
source: NID,
Expand Down
1 change: 1 addition & 0 deletions src/stub_datum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Debug,
Deserialize,
Decode,
Encode,
Default
)]
pub struct __Integer {
value: i64,
Expand Down
1 change: 1 addition & 0 deletions src/test_compare_sj_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mod tests {
Deserialize,
Decode,
Encode,
Default,
)]
struct TestM {
set:MTSet<i32>,
Expand Down

0 comments on commit e5cf772

Please sign in to comment.