Skip to content

Commit

Permalink
Merge pull request #385 from brave/adss/cbindgen
Browse files Browse the repository at this point in the history
Remove unused cbindgen cfg_attr
  • Loading branch information
rillian authored Aug 6, 2024
2 parents eb95a77 + 45d7e74 commit acec88f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adss/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ impl From<AccessStructure> for Sharks {
/// "random coins" which provide strong but possibly non-uniform
/// entropy and an optional STROBE transcript which can include
/// extra data which will be authenticated.
#[cfg_attr(not(feature = "cbindgen"), repr(C))]
#[allow(non_snake_case)]
#[derive(Clone, ZeroizeOnDrop)]
pub struct Commune {
Expand Down

0 comments on commit acec88f

Please sign in to comment.