Skip to content

Commit ec950d2

Browse files
committed
Replace cvt function with a new syscall macro
This removes a function call and reduces the scope of many unsafe calls. Also removes the One trait as it is no longer used.
1 parent bffe086 commit ec950d2

File tree

3 files changed

+154
-238
lines changed

3 files changed

+154
-238
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ macro_rules! impl_debug {
8888

8989
mod sockaddr;
9090
mod socket;
91-
mod utils;
9291

9392
#[cfg(test)]
9493
mod tests;

0 commit comments

Comments
 (0)