From 9862397f7cba9e940bb626b3f1abeeb5bc815c2b Mon Sep 17 00:00:00 2001 From: auronandace Date: Mon, 18 May 2026 08:44:14 +0100 Subject: [PATCH] cargo fmt --- src/header/sys_types_internal/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/header/sys_types_internal/mod.rs b/src/header/sys_types_internal/mod.rs index d235d53910..6cfc7533b1 100644 --- a/src/header/sys_types_internal/mod.rs +++ b/src/header/sys_types_internal/mod.rs @@ -7,6 +7,8 @@ //! //! for the old specification. +#[expect(deprecated)] +pub use crate::header::bits_useconds_t::useconds_t; pub use crate::header::{ bits_clock_t::clock_t, bits_clockid_t::clockid_t, @@ -28,8 +30,6 @@ pub use crate::header::{ bits_timer_t::timer_t, bits_uid_t::uid_t, }; -#[expect(deprecated)] -pub use crate::header::bits_useconds_t::useconds_t; use crate::platform::types::{c_char, c_longlong, c_uchar, c_uint, c_ulong, c_ulonglong, c_ushort}; pub type u_char = c_uchar;