diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-20 06:51:40 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-20 06:51:40 +0000 |
commit | 4340d9b0e435bde11c0cc79e9f284856a836ccdc (patch) | |
tree | ea16c683f1e4c803dec946516c5f40ff848c66aa /xtask/Cargo.toml | |
parent | 4dae39a609fb58b42cbe152e66d30fe6471a34d7 (diff) | |
parent | 7020167aa23e9125ac1a58fe2e217d1a92140745 (diff) |
Merge #2320
2320: Cleanup imports r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 77b9ae2b4..65cabf005 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -5,6 +5,9 @@ version = "0.1.0" | |||
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | publish = false | 6 | publish = false |
7 | 7 | ||
8 | [lib] | ||
9 | doctest = false | ||
10 | |||
8 | [dependencies] | 11 | [dependencies] |
9 | walkdir = "2.1.3" | 12 | walkdir = "2.1.3" |
10 | pico-args = "0.3.0" | 13 | pico-args = "0.3.0" |