pubgrub icon indicating copy to clipboard operation
pubgrub copied to clipboard

Reconsider the "interior mutability" pattern we are imposing on users due to not using `&mut` in our types?

Open Eh2406 opened this issue 3 years ago • 0 comments

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.

Eh2406 avatar May 27 '22 20:05 Eh2406