diff options
author | HampusM <hampus@hampusmat.com> | 2023-09-25 22:09:52 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-10-01 10:47:49 +0200 |
commit | 1fc0371867b02127a5da63f01f03d264b382b552 (patch) | |
tree | 1e4222dc8cffed7903a4553fee1cf5030d6a3289 /Cargo.lock | |
parent | 731b5138686c25247f61480e5e468ab4a01ac020 (diff) |
refactor: make camel cased text snake cased without regex
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -539,7 +539,6 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "regex", "syn 1.0.109", "syrette", "thiserror", |