Skip to content
Unverified Commit 1c02c08b authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Fix crash for certain re-exports in `cargo-check-external-types` (#1654)

The visitor was examining the inner contents of the entire re-exported
type, which, for a type that is re-exported within the same crate, is
the correct behavior. Its the wrong behavior when exporting types from
other crates, however, since it doesn't matter what is inside that
external type, and rustdoc doesn't include information about inner
pieces of the external type in the JSON output.
parent 70252531
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment