Skip to content

Commit a169ee2

Browse files
committed
use core::fmt::Debug;
1 parent 10fd5e8 commit a169ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ macro_rules! impl_integer_for_isize {
631631

632632
#[test]
633633
fn test_extended_gcd_lcm() {
634-
use std::fmt::Debug;
634+
use core::fmt::Debug;
635635
use traits::NumAssign;
636636
use ExtendedGcd;
637637

0 commit comments

Comments
 (0)