nrc / derive-new

derive simple constructor functions for Rust structs
MIT License
525 stars 35 forks source link

Generate a doc attribute on the constructor function. #8

Closed Arnavion closed 7 years ago

Arnavion commented 7 years ago

Fixes #7

nrc commented 7 years ago

Thank you! Could you add a test for this? Although we don't have automated tests, you could make this tested by adding a deny(doc) attribute to the file in the test crate.

nrc commented 7 years ago

Thanks!