detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR.
Display actual vars instead of two dots. The same was done for Args and ArgsOs in 275f9a04af.
275f9a04af
Also doing fmt inplace as requested.