Skip to content

Commit

Permalink
Remove unused cbindgen cfg_attr
Browse files Browse the repository at this point in the history
This looks like it was used for the convenience of low-level bindings,
but our current bindings are higher level, and this is unused.

Addresses a warning about the reference to an undeclared feature
in rust 1.80.0.
  • Loading branch information
rillian committed Aug 6, 2024
1 parent eb95a77 commit 45d7e74
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 45d7e74

Please sign in to comment.