Skip to content

Commit 624aafa

Browse files
remove unneeded .into()
1 parent 55b81d0 commit 624aafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/si/radioactivity.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ mod tests {
9797

9898
fn test<RadBq: rad::Conversion<V>, RadCi: rad::Conversion<V>>() {
9999
Test::assert_approx_eq(&(V::one() * 3.7_E10 * Radioactivity::new::<RadBq>(V::one())),
100-
&Radioactivity::new::<RadCi>(V::one()).into());
100+
&Radioactivity::new::<RadCi>(V::one()));
101101

102102
}
103103
}

0 commit comments

Comments
 (0)