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