Skip to content

Commit

Permalink
fixup! Introduce capi crate
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o committed Nov 16, 2023
1 parent 0882ed1 commit 52107df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions capi/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
//! C API bindings for the library.

#![allow(
clippy::collapsible_if,
clippy::fn_to_numeric_cast,
clippy::let_and_return,
clippy::let_unit_value
)]

#[allow(non_camel_case_types)]
mod inspect;
#[allow(non_camel_case_types)]
Expand Down

0 comments on commit 52107df

Please sign in to comment.