Skip to content

Commit 2742aaa

Browse files
committed
Formatting
1 parent bde74be commit 2742aaa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
#![crate_type = "rlib"]
1717
#![cfg_attr(libc_deny_warnings, deny(warnings))]
1818
#![allow(
19-
bad_style, overflowing_literals, improper_ctypes, unknown_lints,
19+
bad_style,
20+
overflowing_literals,
21+
improper_ctypes,
22+
unknown_lints,
2023
redundant_semicolon
2124
)]
2225
// Attributes needed when building as part of the standard library

0 commit comments

Comments
 (0)