You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bindings generated by bindgen are not expected to follow Rust naming conventions, so it's a reasonable default to automatically add #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)] to the generated module.