diff options
| author | Vincent Prouillet | 2019-10-14 20:38:48 +0200 |
|---|---|---|
| committer | Vincent Prouillet | 2019-10-14 20:51:24 +0200 |
| commit | 8fd0d392558422d95119a2e09f261bd4ac54e6d2 (patch) | |
| tree | dd525d32c62c0ff29c8d59ce2bf92a8fc4e329fc /validator_derive/src/asserts.rs | |
| parent | 5c509da6e41726e5a80d52c10f70e582b28d145f (diff) | |
| download | validator-8fd0d392558422d95119a2e09f261bd4ac54e6d2.tar.bz2 | |
Update deps
Diffstat (limited to 'validator_derive/src/asserts.rs')
| -rw-r--r-- | validator_derive/src/asserts.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/validator_derive/src/asserts.rs b/validator_derive/src/asserts.rs index a5892a8..023dd0d 100644 --- a/validator_derive/src/asserts.rs +++ b/validator_derive/src/asserts.rs @@ -1,5 +1,7 @@ use regex::Regex; +use lazy_static::lazy_static; + lazy_static! { pub static ref COW_TYPE: Regex = Regex::new(r"Cow<'[a-z]+,str>").unwrap(); } |
