rustfmt build.rs

This commit is contained in:
Matthew McPherrin 2019-12-02 10:35:40 -08:00
parent d1a404c5ad
commit a9a6ef13a1
1 changed files with 24 additions and 24 deletions

View File

@ -1315,31 +1315,31 @@ fn test_android(target: &str) {
// Include linux headers at the end: // Include linux headers at the end:
headers! { cfg: headers! { cfg:
"asm/mman.h", "asm/mman.h",
"linux/dccp.h", "linux/dccp.h",
"linux/errqueue.h", "linux/errqueue.h",
"linux/futex.h", "linux/futex.h",
"linux/fs.h", "linux/fs.h",
"linux/genetlink.h", "linux/genetlink.h",
"linux/if_alg.h", "linux/if_alg.h",
"linux/if_ether.h", "linux/if_ether.h",
"linux/if_tun.h", "linux/if_tun.h",
"linux/magic.h", "linux/magic.h",
"linux/memfd.h", "linux/memfd.h",
"linux/module.h", "linux/module.h",
"linux/net_tstamp.h", "linux/net_tstamp.h",
"linux/netfilter/nfnetlink.h", "linux/netfilter/nfnetlink.h",
"linux/netfilter/nfnetlink_log.h", "linux/netfilter/nfnetlink_log.h",
"linux/netfilter/nf_tables.h", "linux/netfilter/nf_tables.h",
"linux/netfilter_ipv4.h", "linux/netfilter_ipv4.h",
"linux/netfilter_ipv6.h", "linux/netfilter_ipv6.h",
"linux/netlink.h", "linux/netlink.h",
"linux/quota.h", "linux/quota.h",
"linux/reboot.h", "linux/reboot.h",
"linux/seccomp.h", "linux/seccomp.h",
"linux/sockios.h", "linux/sockios.h",
} }
cfg.type_name(move |ty, is_struct, is_union| { cfg.type_name(move |ty, is_struct, is_union| {
match ty { match ty {