diff options
author | Aleksey Kladov <[email protected]> | 2019-06-26 07:12:46 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-08-15 13:27:00 +0100 |
commit | 343463c824f4672f19be08f4786d3eeb2e7dea9f (patch) | |
tree | 9357f9212269ca51e49b6945ec56612b7949c957 /crates/ra_lsp_server | |
parent | 9266c18ce61daa53481db67e982acf25fd0452e3 (diff) |
implement durability
Diffstat (limited to 'crates/ra_lsp_server')
-rw-r--r-- | crates/ra_lsp_server/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_lsp_server/src/lib.rs b/crates/ra_lsp_server/src/lib.rs index 795f86383..ca388e472 100644 --- a/crates/ra_lsp_server/src/lib.rs +++ b/crates/ra_lsp_server/src/lib.rs | |||
@@ -1,3 +1,4 @@ | |||
1 | #![recursion_limit = "512"] | ||
1 | mod caps; | 2 | mod caps; |
2 | mod cargo_target_spec; | 3 | mod cargo_target_spec; |
3 | mod conv; | 4 | mod conv; |