summaryrefslogtreecommitdiff
path: root/src/login/repo
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/repo')
-rw-r--r--src/login/repo/auth.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/login/repo/auth.rs b/src/login/repo/auth.rs
index 78b44f0..3033c8f 100644
--- a/src/login/repo/auth.rs
+++ b/src/login/repo/auth.rs
@@ -18,9 +18,9 @@ impl<'c> Provider for Transaction<'c, Sqlite> {
pub struct Auth<'t>(&'t mut SqliteConnection);
impl<'t> Auth<'t> {
- /// Retrieves a login by name, plus its stored password hash for
- /// verification. If there's no login with the requested name, this will
- /// return [None].
+ // Retrieves a login by name, plus its stored password hash for
+ // verification. If there's no login with the requested name, this will
+ // return [None].
pub async fn for_name(
&mut self,
name: &str,