Skip to content

Commit 78a4a4b

Browse files
committed
Convert std min to core min
1 parent a39aea8 commit 78a4a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/preserve-encodings/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ mod tests {
640640

641641
#[test]
642642
fn signed_ints() {
643-
use std::cmp::min;
643+
use core::cmp::min;
644644
let umins = [
645645
0i128,
646646
u8::MIN as i128,

0 commit comments

Comments
 (0)