Skip to content

Commit

Permalink
Add in mem::size_of for Rust 1.79.0 MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Fudally committed Jan 4, 2025
1 parent b2357c8 commit 1a0dc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ mod unix {
mod win {
use super::Error;

use std::{io, ptr};
use std::{io, mem::size_of, ptr};

use windows_sys::Win32::Foundation::{FALSE, HANDLE, INVALID_HANDLE_VALUE};
use windows_sys::Win32::NetworkManagement::NetManagement::{
Expand Down

0 comments on commit 1a0dc7a

Please sign in to comment.