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 "renamed" feature #100

Merged
merged 1 commit into from Sep 21, 2019
Merged

Remove "renamed" feature #100

merged 1 commit into from Sep 21, 2019

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Sep 21, 2019

Unlike using $crate with declarative macros, re-export of procedural macros are not supported even if proc-macro-crate is used.
Also, crate name matches the macro name, so I don't think there is a need to rename it.

Related: #18 (comment)

@taiki-e
Copy link
Owner Author

taiki-e commented Sep 21, 2019

bors r+

bors bot added a commit that referenced this pull request Sep 21, 2019
100: Remove "renamed" feature r=taiki-e a=taiki-e

Unlike using `$crate` with declarative macros, re-export of procedural macros are not supported even if `proc-macro-crate` is used.
Also, crate name matches the macro name, so I don't think there is a need to rename it.

Related: #18 (comment)

Co-authored-by: Taiki Endo <te316e89@gmail.com>
@bors
Copy link
Contributor

bors bot commented Sep 21, 2019

Build succeeded

  • taiki-e.pin-project

@bors bors bot merged commit bc45f14 into master Sep 21, 2019
@taiki-e taiki-e deleted the renamed branch September 21, 2019 06:22
@taiki-e taiki-e mentioned this pull request Sep 21, 2019
bors bot added a commit that referenced this pull request Sep 22, 2019
101: Release 0.4.0-beta.1 r=taiki-e a=taiki-e

Changes:

* [Changed the argument type of project method back to `self: Pin<&mut Self>`.][90]

* [Removed "project_attr" feature and always enable `#[project]` attribute.][94]

* [Removed "renamed" feature.][100]

* [`#[project]` attribute can now be used for `use` statements.][85]

* [Added `project_ref` method and `#[project_ref]` attribute.][93]

* [`#[pin_project]` attribute now determines the visibility of the projection type/method is based on the original type.][96]

cc #21

[85]: #85
[90]: #90
[93]: #93
[94]: #94
[96]: #96
[100]: #100

Co-authored-by: Taiki Endo <te316e89@gmail.com>
@taiki-e taiki-e added the breaking-change This proposes a breaking change label Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change This proposes a breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant