diff libpam-sys/libpam-sys-consts/src/lib.rs @ 155:ab8020566cd9

Only use real PAM constants for logging within `nonstick/libpam`.
author Paul Fisher <paul@pfish.zone>
date Tue, 08 Jul 2025 00:49:38 -0400
parents 4b3a5095f68c
children
line wrap: on
line diff
--- a/libpam-sys/libpam-sys-consts/src/lib.rs	Tue Jul 08 00:42:09 2025 -0400
+++ b/libpam-sys/libpam-sys-consts/src/lib.rs	Tue Jul 08 00:49:38 2025 -0400
@@ -21,7 +21,7 @@
 /// The names that appear in the `cfg` variables are the same as the values
 /// in the [`PamImpl`] enum.
 ///
-/// ```
+/// ```ignore
 /// #[cfg(pam_impl = "OpenPam")]
 /// fn openpam_specific_func(handle: *const libpam_sys::pam_handle) {
 ///     let environ = libpam_sys::pam_getenvlist(handle);