about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-03-02 17:58:33 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-03-02 20:06:35 +0100
commit628fbdf9b7a831a35e948abdb97f72f071c79ba5 (patch)
tree76daa54b7b241c58e5f009a0b7fb08c36efa49ca /compiler/rustc_codegen_llvm/src
parentac891ea374947b5cd6793402506119e519c32ce4 (diff)
downloadrust-628fbdf9b7a831a35e948abdb97f72f071c79ba5.tar.gz
rust-628fbdf9b7a831a35e948abdb97f72f071c79ba5.zip
Fix unused_doc_comments lint errors
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm/ffi.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
index 4a8894983b9..6e9e0332faf 100644
--- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -576,12 +576,12 @@ pub enum PassKind {
     Module,
 }
 
-/// LLVMRustThinLTOData
+// LLVMRustThinLTOData
 extern "C" {
     pub type ThinLTOData;
 }
 
-/// LLVMRustThinLTOBuffer
+// LLVMRustThinLTOBuffer
 extern "C" {
     pub type ThinLTOBuffer;
 }