comparison src/lib.rs @ 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 0730f5f2ee2a
children
comparison
equal deleted inserted replaced
182:346dc13724ce 183:4f46681b3f54
123 //! 123 //!
124 //! // You can implement other methods of PamModule to provide additional 124 //! // You can implement other methods of PamModule to provide additional
125 //! // features. 125 //! // features.
126 //! } 126 //! }
127 //! ``` 127 //! ```
128 //! 128 //!
129 //! This gets built into a library like `pam_samename.so`. By installing this 129 //! This gets built into a library like `pam_samename.so`. By installing this
130 //! into your PAM library directory and configuring PAM to use it in 130 //! into your PAM library directory and configuring PAM to use it in
131 //! the authentication stack (beyond the scope of this documentation), it will 131 //! the authentication stack (beyond the scope of this documentation), it will
132 //! be used to authenticate users. 132 //! be used to authenticate users.
133 //! 133 //!