mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-14 11:42:02 +08:00
9 lines
214 B
Rust
9 lines
214 B
Rust
#![allow(dead_code)]
|
|
#![allow(non_upper_case_globals)]
|
|
#![allow(non_camel_case_types)]
|
|
#![allow(non_snake_case)]
|
|
#![allow(deref_nullptr)]
|
|
#![allow(clippy::all)]
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|