Closed
Description
Refs: #29222
As that PR shows, there are some unused imports that tools/check-imports.py
doesn't catch because:
- They're used in comments.
- The tool doesn't match at word boundaries (e.g.
FromJust
is considered a use ofJust
.)
Refs: #29222
As that PR shows, there are some unused imports that tools/check-imports.py
doesn't catch because:
FromJust
is considered a use of Just
.)