# HG changeset patch # User Paul Fisher # Date 1753990932 14400 # Node ID b2456d274576a569e07a3ea150b26a7539c93850 # Parent e9f224e52b3eb5e58785e739cf64f0365a57f262 Add line breaks that rustfmt ate back to documentation. diff -r e9f224e52b3e -r b2456d274576 libpam-sys/src/lib.rs --- 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` diff -r e9f224e52b3e -r b2456d274576 src/lib.rs --- a/src/lib.rs Thu Jul 31 15:23:22 2025 -0400 +++ b/src/lib.rs Thu Jul 31 15:42:12 2025 -0400 @@ -137,6 +137,7 @@ //! nonstick detects which implementation it should use for the current target. //! If you need to choose a different implementation, set the `LIBPAMSYS_IMPL` //! environment variable at build time. See the [`libpam_sys`] documentation. +#![doc = ""] #![doc = concat!("This documentation was built for **", pam_impl_name!(), "**.")] //! //! # Cargo features