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

Remove redundant pub use statements from nrf52832_hal::prelude. #88

Merged
merged 1 commit into from
Apr 16, 2019
Merged

Remove redundant pub use statements from nrf52832_hal::prelude. #88

merged 1 commit into from
Apr 16, 2019

Conversation

bjc
Copy link
Contributor

@bjc bjc commented Apr 16, 2019

These statements were coming in from pub use nrf52_hal_common::prelude::* anyway, so this is just cutting down some code duplication.

nrf52832-hal already pulls in the prelude from nrf52_hal_common, so
these use statements were redundant.

Export rtc::Rtc from nrf52832_hal
Copy link
Contributor

@hannobraun hannobraun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good to me. Thank you for the PR, @bjc!

@hannobraun hannobraun merged commit 6c1ce70 into nrf-rs:master Apr 16, 2019
@bjc bjc deleted the remove-redundant-use branch April 16, 2019 13:26
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.

2 participants