Skip to content

Commit 0e33be9

Browse files
committed
Please clippy
1 parent 3061405 commit 0e33be9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jit/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ union UnTypedAbiValue {
273273
}
274274

275275
impl UnTypedAbiValue {
276-
unsafe fn to_typed(&self, ty: &JitType) -> AbiValue {
276+
unsafe fn to_typed(self, ty: &JitType) -> AbiValue {
277277
match ty {
278278
JitType::Int => AbiValue::Int(self.int),
279279
JitType::Float => AbiValue::Float(self.float),

0 commit comments

Comments
 (0)