about summary refs log tree commit diff
path: root/compiler/rustc_llvm/src
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2020-09-26 01:17:54 +0200
committerest31 <MTest31@outlook.com>2020-09-26 01:25:55 +0200
commit12187b7f860e8e823eb5e399946746c4d2c1b1a7 (patch)
tree9b90c34d82bc471b15ad335f433cb41946328a98 /compiler/rustc_llvm/src
parentc6e4db620a7d2f569f11dcab627430921ea8aacf (diff)
downloadrust-12187b7f860e8e823eb5e399946746c4d2c1b1a7.tar.gz
rust-12187b7f860e8e823eb5e399946746c4d2c1b1a7.zip
Remove unused #[allow(...)] statements from compiler/
Diffstat (limited to 'compiler/rustc_llvm/src')
-rw-r--r--compiler/rustc_llvm/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_llvm/src/lib.rs b/compiler/rustc_llvm/src/lib.rs
index a7a10b91b4e..a381290d46f 100644
--- a/compiler/rustc_llvm/src/lib.rs
+++ b/compiler/rustc_llvm/src/lib.rs
@@ -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,