Skip to content

Commit 364cacb

Browse files
authored
delete extra line
1 parent 7599e01 commit 364cacb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/tests/num/int_macros.rs

-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ macro_rules! int_module {
252252
assert_eq!($T::from_str_radix("-9", 2).ok(), None::<$T>);
253253
}
254254

255-
256255
#[test]
257256
fn test_pow() {
258257
let mut r = 2 as $T;

0 commit comments

Comments
 (0)