Formatting

This commit is contained in:
gnzlbg 2019-08-17 14:51:47 +02:00
parent bde74be6b2
commit 2742aaa11f
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@
#![crate_type = "rlib"]
#![cfg_attr(libc_deny_warnings, deny(warnings))]
#![allow(
bad_style, overflowing_literals, improper_ctypes, unknown_lints,
bad_style,
overflowing_literals,
improper_ctypes,
unknown_lints,
redundant_semicolon
)]
// Attributes needed when building as part of the standard library