cargo-semver-checks icon indicating copy to clipboard operation
cargo-semver-checks copied to clipboard

Handle glob `pub use` imports

Open obi1kenobi opened this issue 2 years ago • 0 comments

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.

obi1kenobi avatar Aug 07 '22 03:08 obi1kenobi