diff 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 42f747774d94
children
line wrap: on
line diff
--- 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