diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-03-02 17:58:33 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-03-02 20:06:35 +0100 |
| commit | 628fbdf9b7a831a35e948abdb97f72f071c79ba5 (patch) | |
| tree | 76daa54b7b241c58e5f009a0b7fb08c36efa49ca /compiler/rustc_codegen_llvm/src | |
| parent | ac891ea374947b5cd6793402506119e519c32ce4 (diff) | |
| download | rust-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.rs | 4 |
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; } |
