Skip to content

Commit

Permalink
Follow the pattern
Browse files Browse the repository at this point in the history
from the book
rust for rustaceans
  • Loading branch information
CGMossa committed Apr 21, 2024
1 parent 18029a2 commit be6e36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

#[non_exhaustive]
#[repr(transparent)]
#[derive(Debug)]
pub struct SEXPREC(std::ffi::c_void);
Expand Down

0 comments on commit be6e36d

Please sign in to comment.