Prevent warnings during compilation

This commit is contained in:
Alexander Rosenberg 2024-05-02 21:56:50 -07:00
parent 39d6268487
commit c78e2df00d
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -5,7 +5,7 @@ pub mod generated {
// so we isolate it into a very permissive module
#![allow(dead_code, non_camel_case_types, unused_unsafe, unused_variables)]
#![allow(non_upper_case_globals, non_snake_case, unused_imports)]
#![allow(clippy::all)]
#![allow(static_mut_refs, clippy::all)]
pub mod client {
// These imports are used by the generated code