Closed TimJentzsch closed 1 year ago
Closes #253.
This PR find-and-replaces pub with pub(crate) (it's a lot).
pub
pub(crate)
It also fixes the dead code warnings that emerged from this change.
I recommend to review this by commit to make it a bit easier :)
Thanks! Congrats for all the LOC attributed to you now 😜
Closes #253.
This PR find-and-replaces
pub
withpub(crate)
(it's a lot).It also fixes the dead code warnings that emerged from this change.
I recommend to review this by commit to make it a bit easier :)