chore: suppress dead code warning in bindings

This commit is contained in:
theo 2024-08-28 21:44:29 +02:00
parent 488f719919
commit c0bbdcf030
Signed by: theo
SSH Key Fingerprint: SHA256:IbehMhSwpXrGUj7vj9iVvfdwe3g09IL9KLUz0zFzcXU

View File

@ -1,6 +1,7 @@
#![allow(non_upper_case_globals)] #![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)] #![allow(non_camel_case_types)]
#![allow(non_snake_case)] #![allow(non_snake_case)]
#![allow(dead_code)]
extern "C" { extern "C" {
// Fonctions de gestion des données // Fonctions de gestion des données