Fix clippy warnings

This commit is contained in:
Antoni Boucher 2024-06-25 08:10:29 -04:00
parent dabf5faff0
commit 16e1ad7327

View File

@ -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>,