Closed
Description
i.e.
we import module:
use std::env::args;
and we arm args:
let args: Vec<String> = args().collect();
What would be nice is to optionally see in inlay hints from where args() is coming from
//----------------------VVVVVVVV - that would be greyed out without writing it
let args: Vec<String> = std::env::args().collect();
That would increase readability. Especially for new rustaceans. :)
Metadata
Metadata
Assignees
Labels
No labels