Any @rustlang peeps have tips for speeding up development?
For example, do you allow unused code, set static lifetimes, etc until you're ready to start finalizing the initial build?
Replying to @_googlemac @rustlang
I don't usually use static lifetimes, but I will occasionally slap `#![allow(warnings)]` in my crate root if I am writing a lot of new code or doing a heavy refactor. Mostly I care about squashing dead_code, unused_imports, unused_variables and so on.
5:58 AM - 5 Feb 2020
0 replies
0 retweets
9 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.