Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
fix(rtc_types::enclave_messages): work around cbindgen generic type h…
Browse files Browse the repository at this point in the history
  • Loading branch information
PiDelport committed Jun 11, 2021
1 parent 36b675d commit 99afc23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rtc_types/src/enclave_messages/set_access_key.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
//! XXX: Ignore this module to work around cbindgen generic type handling
//! cbindgen:ignore
//!
//! Issues:
//!
//! * <https://github.com/eqrion/cbindgen/issues/7>
//! * <https://github.com/eqrion/cbindgen/issues/286>
//! * <https://github.com/eqrion/cbindgen/issues/573>
use core::mem;

use rkyv::{Archive, Deserialize, Serialize};
Expand Down

0 comments on commit 99afc23

Please sign in to comment.