mirror of
https://github.com/openharmony/third_party_rust_libc.git
synced 2026-07-21 02:15:44 -04:00
Merge pull request #65 from devonhollowood/master
Remove reference to raw_pointer_derive lint
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
|
||||
//! Crate docs
|
||||
|
||||
#![allow(bad_style, raw_pointer_derive, overflowing_literals, improper_ctypes)]
|
||||
#![allow(bad_style, overflowing_literals, improper_ctypes)]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_name = "libc"]
|
||||
#![cfg_attr(dox, feature(no_core, lang_items))]
|
||||
|
||||
Reference in New Issue
Block a user