Rollup merge of #94529 - GuillaumeGomez:unused-doc-comments-blocks, r=estebank
Unused doc comments blocks Fixes #77030.
This commit is contained in:
commit
878a4ff90e
6 changed files with 58 additions and 7 deletions
|
@ -576,12 +576,12 @@ pub enum PassKind {
|
|||
Module,
|
||||
}
|
||||
|
||||
/// LLVMRustThinLTOData
|
||||
// LLVMRustThinLTOData
|
||||
extern "C" {
|
||||
pub type ThinLTOData;
|
||||
}
|
||||
|
||||
/// LLVMRustThinLTOBuffer
|
||||
// LLVMRustThinLTOBuffer
|
||||
extern "C" {
|
||||
pub type ThinLTOBuffer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue