Creating a crate for bwd-gc highlights the fact that it would be nice to fix 2! The file blocklist is a lost less unmaintainable then the more fine-grained one we had before. Fix #9
9 lines
220 B
Rust
9 lines
220 B
Rust
#![allow(non_upper_case_globals)]
|
|
#![allow(non_camel_case_types)]
|
|
#![allow(non_snake_case)]
|
|
#![allow(dead_code)]
|
|
#![allow(clippy::all)]
|
|
|
|
use nix_bindings_util_sys::*;
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|