changeset 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 e9f224e52b3e
children
files libpam-sys/src/lib.rs src/lib.rs
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
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`
--- 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