diff options
Diffstat (limited to 'src/login/history.rs')
| -rw-r--r-- | src/login/history.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/login/history.rs b/src/login/history.rs index add7d1e..f8d81bb 100644 --- a/src/login/history.rs +++ b/src/login/history.rs @@ -18,7 +18,8 @@ impl History { // Snapshot of this login as it was when created. (Note to the future: it's okay // if this returns a redacted or modified version of the login. If we implement - // renames by redacting the original name, then this should return the edited login, not the original, even if that's not how it was "as created.") + // renames by redacting the original name, then this should return the edited + // login, not the original, even if that's not how it was "as created.") #[cfg(test)] pub fn as_created(&self) -> Login { self.login.clone() |
