Skip to content

Commit bcd8d9b

Browse files
committed
Appease clippy
1 parent d129123 commit bcd8d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uint/boxed/div.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ impl RemLimb for BoxedUint {
393393

394394
impl RemMixed<BoxedUint> for BoxedUint {
395395
fn rem_mixed(&self, reductor: &NonZero<BoxedUint>) -> BoxedUint {
396-
Self::div_rem_vartime(&self, reductor).1
396+
Self::div_rem_vartime(self, reductor).1
397397
}
398398
}
399399

0 commit comments

Comments
 (0)