Open
Description
These are typically left behind once the codebase has been refactored (e.g., r-lib/styler#989, r-lib/devtools#2453, r-lib/downlit#129, etc.), and form technical debt.
It would be nice if they produce a lint so that the developers can immediately see which internal objects are no longer needed and can be safely removed.
Possible name: unused_internal_object()