Missing function docs

This commit is contained in:
Herbert Wolverson 2024-07-16 09:32:08 -05:00
parent 1ea983908e
commit ec36c40417

View File

@ -66,6 +66,7 @@ impl WebUsers {
Ok(filename)
}
/// Is the list of users empty?
pub fn is_empty(&self) -> bool {
self.users.is_empty()
}