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

fix(header): exporting test_header! macro #489

Merged
merged 1 commit into from
Apr 30, 2015
Merged

fix(header): exporting test_header! macro #489

merged 1 commit into from
Apr 30, 2015

Conversation

Byron
Copy link
Contributor

@Byron Byron commented Apr 30, 2015

That way, third-parties can keep using the header! macro, which
now requires the test_header! macro as well.

Considering the header! macro is exported and part of the public
API, it was not desired to prevent it's usage in any way.

That way, third-parties can keep using the `header!` macro, which
now requires the `test_header!` macro as well.

Considering the `header!` macro is exported and part of the public
API, it was not desired to prevent it's usage in any way.
@pyfisch
Copy link
Contributor

pyfisch commented Apr 30, 2015

+1

(The test_header! macro is not required, you can also write your own tests inside the test section)

seanmonstar added a commit that referenced this pull request Apr 30, 2015
fix(header): exporting test_header! macro
@seanmonstar seanmonstar merged commit 92ee51a into hyperium:master Apr 30, 2015
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.

3 participants