issues
search
whatisinternet
/
Inflector
A rust inflection library
https://docs.rs/Inflector
BSD 2-Clause "Simplified" License
124
stars
28
forks
source link
Moved macro generated tests into utils/mod.rs
#54
Closed
whatisinternet
closed
7 years ago
whatisinternet
commented
7 years ago
What it does:
Moves test macros into utils and flags them correctly
Removes need for
allow(unused_macros)
flag
Why it does it:
We want to avoid having any allow flags if possible
Related issues:
Closes: #51
What it does:
allow(unused_macros)
flagWhy it does it:
Related issues:
Closes: #51