clippy_utils

Function iter_input_pats

Source
pub fn iter_input_pats<'tcx>(
    decl: &FnDecl<'_>,
    body: &'tcx Body<'_>,
) -> impl Iterator<Item = &'tcx Param<'tcx>>