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

Modules: export all public types from query module in lib.rs. #847

Merged
merged 11 commits into from
Sep 15, 2023

Conversation

bkolad
Copy link
Member

@bkolad bkolad commented Sep 13, 2023

Description

This PR exports all public types for a module lib.rs.

Linked Issues

Testing

Ci passes.

Docs

No doc changes.

@bkolad bkolad changed the title WIP: Export types from query module. Export all public types from query module in lib.rs. Sep 14, 2023
@bkolad bkolad changed the title Export all public types from query module in lib.rs. Modules: export all public types from query module in lib.rs. Sep 14, 2023
@bkolad bkolad marked this pull request as ready for review September 14, 2023 11:27
@bkolad bkolad added this pull request to the merge queue Sep 15, 2023
Merged via the queue into nightly with commit e1d747d Sep 15, 2023
12 checks passed
@bkolad bkolad deleted the blaze/rpc_module_pub branch September 15, 2023 13:58
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.

Remove pub use _::query from the lib.rs files of each module and the module template.
2 participants