cargo fmt

This commit is contained in:
auronandace
2026-04-23 11:21:45 +01:00
parent e7f311c2c4
commit e15e7cafdb
+3 -1
View File
@@ -7,7 +7,9 @@
//! <https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/types.h.html>
//! for the old specification.
use crate::platform::types::{c_char, c_int, c_long, c_longlong, c_uchar, c_uint, c_ulong, c_ulonglong, c_ushort};
use crate::platform::types::{
c_char, c_int, c_long, c_longlong, c_uchar, c_uint, c_ulong, c_ulonglong, c_ushort,
};
/// Used for block sizes.
pub type blksize_t = c_long;