Skip to content

Conversation

@seanmonstar
Copy link
Member

The deref! macro is largely for internal use, however, it must be exported
because the header! macro uses it. As deref! is also a particularly
general name, this renames it to __hyper__deref! to prevent name
clashes.

The header is largely for internal use, however, it must be exported
because the header! macro uses it. As deref! is also a particularly
general name, this renames it to __hyper__deref! to prevent name
clashes.

BREAKING CHANGE: If you use deref! from the header module, you'll need
  to switch to using __hyper__deref!.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.5% when pulling 62d96ad on header-tm! into 085d7b0 on master.

seanmonstar added a commit that referenced this pull request May 12, 2015
Rename tm! to __hyper__tm!, and export it, and rename deref!
@seanmonstar seanmonstar merged commit a74bb68 into master May 12, 2015
@seanmonstar seanmonstar deleted the header-tm! branch May 12, 2015 03:22
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