Handle glob pub use
imports
#34
Labels
A-lint
Area: new or existing lint
C-enhancement
Category: raise the bar on expectations
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: Mentorship is available for this issue.
Right now, glob imports are ignored for purposes of calculating the "importable paths" of an item.
This is likely to cause false-negative issues where items aren't scanned but they should be. If moving from a non-glob to a glob
pub use
, this could also cause a false-positive "item was removed" issue. The circumstances to trigger a false-positive are exceedingly rare, but this should be fixed soon regardless.The text was updated successfully, but these errors were encountered: