Mercurial > crates > nonstick
changeset 183:4f46681b3f54 default tip
Catch a few stray cargo fmt things.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Wed, 30 Jul 2025 18:43:07 -0400 |
parents | 346dc13724ce |
children | |
files | src/lib.rs src/libpam/handle.rs testharness/build.rs |
diffstat | 3 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lib.rs Wed Jul 30 18:39:41 2025 -0400 +++ b/src/lib.rs Wed Jul 30 18:43:07 2025 -0400 @@ -125,7 +125,7 @@ //! // features. //! } //! ``` -//! +//! //! This gets built into a library like `pam_samename.so`. By installing this //! into your PAM library directory and configuring PAM to use it in //! the authentication stack (beyond the scope of this documentation), it will