diff src/lib.rs @ 106:49d9e2b5c189

An irresponsible mix of implementing libpam-sys and other stuff.
author Paul Fisher <paul@pfish.zone>
date Thu, 26 Jun 2025 22:41:28 -0400
parents dfcd96a74ac4
children
line wrap: on
line diff
--- a/src/lib.rs	Thu Jun 26 00:48:51 2025 -0400
+++ b/src/lib.rs	Thu Jun 26 22:41:28 2025 -0400
@@ -31,11 +31,11 @@
 
 pub mod handle;
 
+mod _doc;
 mod environ;
 #[cfg(feature = "link")]
 mod libpam;
 pub mod logging;
-mod _doc;
 
 #[cfg(feature = "link")]
 #[doc(inline)]