Enable and fix several more clippy lints.
This commit is contained in:
@@ -238,9 +238,9 @@ where
|
||||
) -> FunctionBuilder<'a, Variable> {
|
||||
debug_assert!(func_ctx.is_empty());
|
||||
FunctionBuilder {
|
||||
func: func,
|
||||
func,
|
||||
srcloc: Default::default(),
|
||||
func_ctx: func_ctx,
|
||||
func_ctx,
|
||||
position: Position::default(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user