aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPascal Hertleif <[email protected]>2019-05-25 15:23:58 +0100
committerPascal Hertleif <[email protected]>2019-05-27 10:26:35 +0100
commit43d5a4965308ec4b594725c0bd02cb046bdb730c (patch)
tree3a6e2965b065e61310deaa4186a8cec6535fd244 /Cargo.lock
parented89b0638b1dbf8f9a33d9a95e829e602142bb05 (diff)
More clever highlighting, incl draft for structs
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 79e632907..68c5f7874 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1155,6 +1155,7 @@ dependencies = [
1155 "ra_prof 0.1.0", 1155 "ra_prof 0.1.0",
1156 "ra_syntax 0.1.0", 1156 "ra_syntax 0.1.0",
1157 "ra_text_edit 0.1.0", 1157 "ra_text_edit 0.1.0",
1158 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
1158 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 1159 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1159 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1160 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1160 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1161 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",