]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_llvm/src/lib.rs
Remove unused #[allow(...)] statements from compiler/
[rust.git] / compiler / rustc_llvm / src / lib.rs
index a7a10b91b4eca1b77b7d173026cadcdb7cf382af..a381290d46f97362974270c4409b8685f60715e2 100644 (file)
@@ -21,7 +21,6 @@ pub fn len(&self) -> usize {
 
 /// 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,