1
0
Fork 0
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:
Torsten Flammiger 2022-01-17 22:34:34 +01:00
parent fc39b3447c
commit fd6427a83f

View file

@ -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())