mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-04 16:38:52 +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.
|
||||
/// It really returns all users, not only real ones with a
|
||||
/// password to login but also bridge puppets...
|
||||
#[tracing::instrument(skip(self))]
|
||||
pub fn count(&self) -> Result<usize> {
|
||||
Ok(self.userid_password.iter().count())
|
||||
|
|
Loading…
Reference in a new issue