diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 335e26b7c..79a793084 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1262,6 +1262,7 @@ name = "ra_syntax" | |||
1262 | version = "0.1.0" | 1262 | version = "0.1.0" |
1263 | dependencies = [ | 1263 | dependencies = [ |
1264 | "arrayvec", | 1264 | "arrayvec", |
1265 | "expect", | ||
1265 | "itertools", | 1266 | "itertools", |
1266 | "once_cell", | 1267 | "once_cell", |
1267 | "ra_parser", | 1268 | "ra_parser", |