We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
use
I wind up leaving a lot of code review comments about not writing things like use std; or use some_extern_crate; in 2018 edition.
use std;
use some_extern_crate;