diff --git a/password-hash/src/lib.rs b/password-hash/src/lib.rs index 56719ce2..fc71c3f9 100644 --- a/password-hash/src/lib.rs +++ b/password-hash/src/lib.rs @@ -113,7 +113,7 @@ pub trait CustomizedPasswordHasher { /// /// This trait is object safe and can be used to implement abstractions over /// multiple password hashing algorithms. -pub trait PasswordVerifier { +pub trait PasswordVerifier { /// Compute this password hashing function against the provided password /// using the parameters from the provided password hash and see if the /// computed output matches.