clippy things

This commit is contained in:
Folkert 2020-12-01 23:11:24 +01:00
parent 5d00910a38
commit 674f336601
2 changed files with 5 additions and 3 deletions

View file

@ -1319,6 +1319,7 @@ pub fn list_keep_if_help<'a, 'ctx, 'env>(
}
/// List.map : List before, (before -> after) -> List after
#[allow(clippy::too_many_arguments)]
pub fn list_map<'a, 'ctx, 'env>(
env: &Env<'a, 'ctx, 'env>,
layout_ids: &mut LayoutIds<'a>,