Hacker News new | ask | show | jobs
by BananaaRepublik 298 days ago
On the topic of being explicit, why is it pub/pub(crate) rather than pub(extern)/pub?
1 comments

pub(crate) came later. I think it's something an edition could change, but I don't remember seeing people suggest it.