diff libpam-sys/src/lib.rs @ 189:b2456d274576 default tip

Add line breaks that rustfmt ate back to documentation.
author Paul Fisher <paul@pfish.zone>
date Thu, 31 Jul 2025 15:42:12 -0400
parents 0730f5f2ee2a
children
line wrap: on
line diff
--- a/libpam-sys/src/lib.rs	Thu Jul 31 15:23:22 2025 -0400
+++ b/libpam-sys/src/lib.rs	Thu Jul 31 15:42:12 2025 -0400
@@ -8,6 +8,7 @@
 //! - The [`aliases`] submodule, which contains convenient aliases
 //!   for callback types used in libpam, so you don't have to type
 //!   `unsafe extern "C" fn(this is so long)` all the time.
+#![doc = ""]
 #![doc = concat!("This documentation was built for the **", pam_impl_name!(), "** implementation.")]
 //!
 //! You can override this **at build time** by setting the `LIBPAMSYS_IMPL`