Mercurial > crates > nonstick
diff src/libpam/handle.rs @ 176:0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
This moves the constants into `libpam-sys` and makes `libpam-sys-impls`
responsible solely for detecting the current PAM implementation.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Wed, 30 Jul 2025 17:53:31 -0400 |
parents | e30775c80b49 |
children | a1bb1d013567 |
line wrap: on
line diff
--- a/src/libpam/handle.rs Wed Jul 30 14:57:12 2025 -0400 +++ b/src/libpam/handle.rs Wed Jul 30 17:53:31 2025 -0400 @@ -138,6 +138,7 @@ /// /// On other platforms, this is no different than letting the transaction /// end on its own. + #[doc = ""] #[doc = man7!(3 pam_end)] pub fn end_silent(self) { #[cfg(pam_impl = "LinuxPam")]