diff options
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 188db89bc6c..f6a33a32111 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,6 +655,7 @@ dependencies = [ name = "clippy_dev" version = "0.0.1" dependencies = [ + "aho-corasick", "clap 2.34.0", "indoc", "itertools", |
