mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-07 08:23:08 +00:00
10 lines
295 B
Rust
10 lines
295 B
Rust
#![allow(non_upper_case_globals)]
|
|
#![allow(non_camel_case_types)]
|
|
#![allow(non_snake_case)]
|
|
#![allow(clippy::derive_partial_eq_without_eq)]
|
|
#![allow(clippy::useless_transmute)]
|
|
#![allow(clippy::too_many_arguments)]
|
|
#![allow(improper_ctypes)]
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|