Fix unused_doc_comments lint errors
This commit is contained in:
parent
ac891ea374
commit
628fbdf9b7
2 changed files with 6 additions and 5 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