diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-08 10:52:22 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-08 10:52:22 +0100 |
commit | 93199002af05f3a3dfd274fe10633372f2471b73 (patch) | |
tree | 7200deed270b234ad2d4c9bcef32242dff46aaba /crates/ra_assists/Cargo.toml | |
parent | d9338dfa98964c0dac8fc082c3d9201807feced0 (diff) | |
parent | 31663c1368aedfdc52aaea7b54de0097c13cf889 (diff) |
Merge #1922
1922: feat(assists): Make raw string unescaped r=matklad a=Geobert
Last piece of https://github.com/rust-analyzer/rust-analyzer/issues/1730
Co-authored-by: Geobert Quach <[email protected]>
Diffstat (limited to 'crates/ra_assists/Cargo.toml')
-rw-r--r-- | crates/ra_assists/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_assists/Cargo.toml b/crates/ra_assists/Cargo.toml index 02966bbda..d3b6aeb36 100644 --- a/crates/ra_assists/Cargo.toml +++ b/crates/ra_assists/Cargo.toml | |||
@@ -11,6 +11,7 @@ join_to_string = "0.1.3" | |||
11 | itertools = "0.8.0" | 11 | itertools = "0.8.0" |
12 | arrayvec = "0.4.10" | 12 | arrayvec = "0.4.10" |
13 | rustc-hash = "1.0.1" | 13 | rustc-hash = "1.0.1" |
14 | rustc_lexer = "0.1.0" | ||
14 | 15 | ||
15 | ra_syntax = { path = "../ra_syntax" } | 16 | ra_syntax = { path = "../ra_syntax" } |
16 | ra_text_edit = { path = "../ra_text_edit" } | 17 | ra_text_edit = { path = "../ra_text_edit" } |