Skip to content

Commit

Permalink
Add missing rename attribute to LinuxSyscall
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Martin <[email protected]>
  • Loading branch information
dmartin committed Feb 27, 2023
1 parent 65ad456 commit 1595d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ impl Default for LinuxSeccompOperator {
PartialEq,
Serialize,
)]
#[serde(rename_all = "camelCase")]
#[builder(
default,
pattern = "owned",
Expand Down

0 comments on commit 1595d7a

Please sign in to comment.