From 2742aaa11f5924ceed4913040bf8e93778a2c828 Mon Sep 17 00:00:00 2001 From: gnzlbg <gonzalobg88@gmail.com> Date: Sat, 17 Aug 2019 14:51:47 +0200 Subject: [PATCH] Formatting --- src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index bc2a36ef..3255303e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 -- GitLab