Skip to content

Commit fdda86b

Browse files
committed
Removed unused imports in random module
1 parent 316c97e commit fdda86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/random/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use array::Array;
44
use dim4::Dim4;
55
use defines::{AfError, RandomEngineType};
66
use error::HANDLE_ERROR;
7-
use self::libc::{uint8_t, c_int, c_uint, c_ulong};
7+
use self::libc::{uint8_t, c_int, c_uint};
88
use util::HasAfEnum;
99

1010
type MutAfArray = *mut self::libc::c_longlong;

0 commit comments

Comments
 (0)