taiki-e / pin-project-lite

A lightweight version of pin-project written with declarative macros.
https://docs.rs/pin-project-lite
Apache License 2.0
216 stars 15 forks source link

Support item attributes in any order #57

Closed SabrinaJewson closed 3 years ago

SabrinaJewson commented 3 years ago

Uses a tt-muncher so that the item's attributes are not restricted to be in a specific order. Multiple #[project]/#[project_ref]/#[project_replace] attributes will fail to compile unless there is a #[project]/#[project_ref]/#[project_replace] attribute in scope.

bors[bot] commented 3 years ago

Build succeeded:

taiki-e commented 3 years ago

Published in 0.2.6.