Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index df01cd74fe..8a0d809a1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,6 @@ dependencies = [ "cfg", "cov-mark", "either", - "expect-test", "itertools", "la-arena", "limit", @@ -639,12 +638,10 @@ dependencies = [ "profile", "rustc-hash", "smallvec", - "sourcegen", "stdx", "syntax", "test_utils", "text_edit", - "xshell", ] [[package]] @@ -902,7 +899,6 @@ name = "mbe" version = "0.0.0" dependencies = [ "cov-mark", - "expect-test", "parser", "rustc-hash", "smallvec", |