# HG changeset patch # User Paul Fisher # Date 1753915387 14400 # Node ID 4f46681b3f549dda15b9e148835ea553d09fc487 # Parent 346dc13724cec4828f28dc2d118d533a59b378a5 Catch a few stray cargo fmt things. diff -r 346dc13724ce -r 4f46681b3f54 src/lib.rs --- 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 diff -r 346dc13724ce -r 4f46681b3f54 src/libpam/handle.rs --- a/src/libpam/handle.rs Wed Jul 30 18:39:41 2025 -0400 +++ b/src/libpam/handle.rs Wed Jul 30 18:43:07 2025 -0400 @@ -522,4 +522,3 @@ unsafe { output.as_ref() }.ok_or(ErrorCode::ConversationError) } } - diff -r 346dc13724ce -r 4f46681b3f54 testharness/build.rs --- a/testharness/build.rs Wed Jul 30 18:39:41 2025 -0400 +++ b/testharness/build.rs Wed Jul 30 18:43:07 2025 -0400 @@ -1,3 +1,3 @@ fn main() { libpam_sys_impls::enable_pam_impl_cfg(); -} \ No newline at end of file +}