allow unused in lib
Some checks failed
CI / Rust checks (push) Failing after 1m0s

This commit is contained in:
2024-10-20 12:22:24 +02:00
parent 9d9192bc51
commit 3a74467bb5

View File

@@ -79,6 +79,10 @@
//!
//! See [more examples](https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/main/examples).
// We're a library, we don't _need_ to use everythi... actually, tests.... tests need to use them
// for now though, fuck it
#![allow(unused_imports)]
mod bindings;
mod domain;
mod errors;