Replace &mut DbConn with &DbConn #4093
Closed
zacknewman
started this conversation in
Ideas
Replies: 1 comment
-
This is already done in the PR #3796, which does a lot more in regards to the Database code in general. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every function that has a
&mut db::DbConn
parameter can instead have a&db::DbConn
parameter. Is the use of&mut
intentional?Beta Was this translation helpful? Give feedback.
All reactions