aboutsummaryrefslogtreecommitdiffstats
path: root/validator_derive/tests/compile-fail/length
AgeCommit message (Collapse)Author
2018-07-27Added support for validating Cow<'a, str> fields. (#56)Simon Sparks
* Added support for validating Cow<'a, str> fields. Keats/validator#55 * Corrected error message comparison in compiler-fail/length test. Keats/validator#55
2017-05-28RevampVincent Prouillet
2017-02-14Fix compile fail testsVincent Prouillet
2017-01-28Update depsVincent Prouillet
2017-01-19Make it work with lifetimesVincent Prouillet
2017-01-17Remove need for attr_literalsVincent Prouillet
2016-12-28Initial commitVincent Prouillet