Skip to content

Commit 2b1ff76

Browse files
committed
fmt
1 parent c863c38 commit 2b1ff76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass/function_calls/abi_compat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![feature(portable_simd)]
2-
use std::num;
32
use std::mem;
3+
use std::num;
44
use std::simd;
55

66
fn test_abi_compat<T, U>(t: T, u: U) {

0 commit comments

Comments
 (0)