You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When were done with all the significant changes to our API, we should look at whether it would be more appropriate to past &mut self where we currently use &self. On one hand we don't need the mutability. On the other hand the mutability would make caching dependency providers easier to implement.
The text was updated successfully, but these errors were encountered:
When were done with all the significant changes to our API, we should look at whether it would be more appropriate to past
&mut self
where we currently use&self
. On one hand we don't need the mutability. On the other hand the mutability would make caching dependency providers easier to implement.The text was updated successfully, but these errors were encountered: