Skip to content
Snippets Groups Projects
Commit f83c97ec authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Update lint name

parent 37967b31
No related branches found
No related tags found
No related merge requests found
......@@ -14,14 +14,17 @@
//! [pd]: https://rust-lang.github.io/libc/#platform-specific-documentation
#![crate_name = "libc"]
#![crate_type = "rlib"]
#![cfg_attr(libc_deny_warnings, deny(warnings))]
// FIXME: Remove this and redundant_semicolon once renamed lint reaches stable.
#![allow(renamed_and_removed_lints)]
#![allow(
bad_style,
overflowing_literals,
improper_ctypes,
unknown_lints,
redundant_semicolon
redundant_semicolon,
redundant_semicolons
)]
#![cfg_attr(libc_deny_warnings, deny(warnings))]
// Attributes needed when building as part of the standard library
#![cfg_attr(
feature = "rustc-dep-of-std",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment