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
226 stars 16 forks source link

Allow missing docs on the pin projection constant #78

Closed notgull closed 1 year ago

notgull commented 1 year ago

Temporary fix for #77

notgull commented 1 year ago

Is there a way to regenerate the tests there, or should I just modify them manually?

taiki-e commented 1 year ago

Running cargo +nightly test --test expandtest regenerates these files. (See "Expansion tests" section in DEVELOPMENT.md for details.)

taiki-e commented 1 year ago

I'm going to close this as this is not the correct fix to the problem and just hide the real problem, as mentioned in #77.

Thanks anyway for the PR.