Absolute pain of the iterator kind (start laying out a user's followers)

This commit is contained in:
Julia 2023-02-03 18:20:24 -05:00
parent 2592ec7265
commit 58c41778e7
3 changed files with 70 additions and 26 deletions

View file

@ -837,7 +837,7 @@ impl Workspace {
&self.project
}
pub fn client(&self) -> &Arc<Client> {
pub fn client(&self) -> &Client {
&self.client
}