xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
expectations
/
lib.rs
(revision 12a9d9c8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/
1
#![
allow
(
dead_code
)]
2
#![
allow
(
non_camel_case_types
)]
3
#![
allow
(
non_upper_case_globals
)]
4