nrc / derive-new

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

Skip panic check on attributes other than '#[new]' #32

Closed topecongiro closed 6 years ago

topecongiro commented 6 years ago

I think that the last commit accidentally removed this check.

Closes #31.

nrc commented 6 years ago

Thanks!