Skip to content

Commit ecafb05

Browse files
committed
Clippy
1 parent 823207e commit ecafb05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/ruff_linter/src/rules/refurb/rules/fromisoformat_replace_z.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ fn replace_z_date_parent_and_offset<'a>(
180180
return None;
181181
}
182182

183-
Some((&**value, &*func, zero_offset))
183+
Some((&**value, func, zero_offset))
184184
}
185185

186186
fn strip_z_date_and_parent(call: &ExprCall) -> Option<(&Expr, &Expr)> {

0 commit comments

Comments
 (0)