Mercurial > crates > nonstick
diff libpam-sys/src/lib.rs @ 138:999bf07efbcb
Get rid of num_enum dependency in `libpam-sys-helpers`.
Build times now fast!
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 03 Jul 2025 20:55:40 -0400 |
parents | 88627c057709 |
children | 4b3a5095f68c |
line wrap: on
line diff
--- a/libpam-sys/src/lib.rs Thu Jul 03 17:33:13 2025 -0400 +++ b/libpam-sys/src/lib.rs Thu Jul 03 20:55:40 2025 -0400 @@ -22,7 +22,6 @@ pub use libpam_sys_helpers::constants::*; #[doc(inline)] pub use libpam_sys_helpers::{pam_impl, pam_impl_name}; -use num_enum::{IntoPrimitive, TryFromPrimitive}; use std::ffi::{c_char, c_int, c_uint, c_void}; use std::fmt; use std::marker::{PhantomData, PhantomPinned};