diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-01-25 10:59:46 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-25 10:59:46 +0000 |
commit | fb81726ee59a8df5d86ec2a78f959a0e166b8199 (patch) | |
tree | 4bf167645d4b7f098140612086424f6a0de69719 /crates/ra_lsp_server | |
parent | c6dbf406a9bbf1d8df438753c9e1a7c97d0f00e1 (diff) | |
parent | 6577a7622d5053f35c16eed47516265c98e5212e (diff) |
Merge #2903
2903: Add print_time helper r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server')
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 4ee3fb49f..5df0496dd 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -26,7 +26,7 @@ lsp-server = "0.3.0" | |||
26 | ra_project_model = { path = "../ra_project_model" } | 26 | ra_project_model = { path = "../ra_project_model" } |
27 | ra_prof = { path = "../ra_prof" } | 27 | ra_prof = { path = "../ra_prof" } |
28 | ra_vfs_glob = { path = "../ra_vfs_glob" } | 28 | ra_vfs_glob = { path = "../ra_vfs_glob" } |
29 | env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] } | 29 | env_logger = { version = "0.7.1", default-features = false } |
30 | ra_cargo_watch = { path = "../ra_cargo_watch" } | 30 | ra_cargo_watch = { path = "../ra_cargo_watch" } |
31 | either = "1.5" | 31 | either = "1.5" |
32 | 32 | ||