Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support renaming re-exports, glob re-exports, and type aliases used as renames. (#34) #39

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

obi1kenobi
Copy link
Owner

@obi1kenobi obi1kenobi commented Jan 27, 2023

  • Implement pub use and glob re-exports.

  • Reasonably handle import paths with cycles rather than crashing.

  • Handle pub type uses equivalent to pub use as mere re-exports.

  • Switch tests to 1.67 since that's where rustdoc v22 is.

…s renames. (#34)

* Implement `pub use` and glob re-exports.

* Reasonably handle import paths with cycles rather than crashing.

* Handle `pub type` uses equivalent to `pub use` as mere re-exports.

* Switch tests to nightly since that's where rustdoc v24 is.
@obi1kenobi obi1kenobi merged commit b45980d into rustdoc-v22 Jan 27, 2023
@obi1kenobi obi1kenobi deleted the imports_rustdoc_v22 branch January 27, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant