Closed
Description
Unused imports like use libc;
.
One could use this regex
^\s*use\s+[a-z][_a-zA-Z0-9]*;
This issue has been assigned to @Yuqio via this comment.
Unused imports like use libc;
.
One could use this regex
^\s*use\s+[a-z][_a-zA-Z0-9]*;
This issue has been assigned to @Yuqio via this comment.