Mercurial > crates > nonstick
comparison 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 |
comparison
equal
deleted
inserted
replaced
188:e9f224e52b3e | 189:b2456d274576 |
---|---|
135 //! | 135 //! |
136 //! There are a few different PAM implementations available. By default, | 136 //! There are a few different PAM implementations available. By default, |
137 //! nonstick detects which implementation it should use for the current target. | 137 //! nonstick detects which implementation it should use for the current target. |
138 //! If you need to choose a different implementation, set the `LIBPAMSYS_IMPL` | 138 //! If you need to choose a different implementation, set the `LIBPAMSYS_IMPL` |
139 //! environment variable at build time. See the [`libpam_sys`] documentation. | 139 //! environment variable at build time. See the [`libpam_sys`] documentation. |
140 #![doc = ""] | |
140 #![doc = concat!("This documentation was built for **", pam_impl_name!(), "**.")] | 141 #![doc = concat!("This documentation was built for **", pam_impl_name!(), "**.")] |
141 //! | 142 //! |
142 //! # Cargo features | 143 //! # Cargo features |
143 //! | 144 //! |
144 //! This crate provides the following Cargo features: | 145 //! This crate provides the following Cargo features: |