mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-16 15:06:57 +01:00
Update/Revert code comment
This commit is contained in:
parent
fc39b3447c
commit
fd6427a83f
1 changed files with 0 additions and 2 deletions
|
@ -77,8 +77,6 @@ impl Users {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the number of users registered on this server.
|
/// Returns the number of users registered on this server.
|
||||||
/// It really returns all users, not only real ones with a
|
|
||||||
/// password to login but also bridge puppets...
|
|
||||||
#[tracing::instrument(skip(self))]
|
#[tracing::instrument(skip(self))]
|
||||||
pub fn count(&self) -> Result<usize> {
|
pub fn count(&self) -> Result<usize> {
|
||||||
Ok(self.userid_password.iter().count())
|
Ok(self.userid_password.iter().count())
|
||||||
|
|
Loading…
Reference in a new issue