refactor: Cleaned up some left-over implementation stubs

This commit is contained in:
2026-02-18 09:13:39 -07:00
parent ea96d9ba3d
commit 313058e70a
3 changed files with 0 additions and 21 deletions
-4
View File
@@ -48,10 +48,6 @@ impl Inbox {
msgs
}
pub fn pending_count(&self) -> usize {
self.messages.lock().len()
}
}
impl Clone for Inbox {