The Great Module Adventure Continues

It's not so much that I literally copy-and-paste, as that I just type the same things in both places without thinking about it, and only realize the mistake when the compiler gives me an error. And usually I stare at the error for a second "what do you mean std::cmp::min is not found?" before I realize what is going on. (For some reason, for me, it's almost always std::cmp::min that I want to call without importing...though std::fmt::Debug is high on the list too.)

1 Like