Fix clippy warnings
This commit is contained in:
parent
dabf5faff0
commit
16e1ad7327
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ pub struct CodegenCx<'gcc, 'tcx> {
|
|||
}
|
||||
|
||||
impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn new(
|
||||
context: &'gcc Context<'gcc>,
|
||||
codegen_unit: &'tcx CodegenUnit<'tcx>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue