Remove unused #[allow(...)] statements from compiler/

This commit is contained in:
est31 2020-09-26 01:17:54 +02:00
parent c6e4db620a
commit 12187b7f86
21 changed files with 2 additions and 28 deletions

View file

@ -21,7 +21,6 @@ impl RustString {
/// Appending to a Rust string -- used by RawRustStringOstream.
#[no_mangle]
#[allow(improper_ctypes_definitions)]
pub unsafe extern "C" fn LLVMRustStringWriteImpl(
sr: &RustString,
ptr: *const c_char,