Closed kanerogers closed 8 years ago
Thanks a lot, Josh! On Wed., 12 Oct. 2016 at 8:52 am, Josh Teeter notifications@github.com wrote:
Merged #38 https://github.com/whatisinternet/inflector/pull/38.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/whatisinternet/inflector/pull/38#event-820183490, or mute the thread https://github.com/notifications/unsubscribe-auth/AB7b501400Qrlufhg01cEnZy0T1uAF92ks5qzAUEgaJpZM4KTYkr .
What it does:
The crate-type directives etc. aren't necessary; Cargo is clever enough to figure out which kind of library to build as per the project's dependencies.
Why it does it:
These lines can cause issues when building for other library types.
Related issues:
N/A