aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-06-27 00:28:06 +0100
committerAleksey Kladov <[email protected]>2020-06-27 00:28:06 +0100
commit9617bb4f07f724b25abd4040a960f5ccff97b569 (patch)
tree88ddac56c779586cf9c678588fdd69970585f372 /Cargo.lock
parentf5584668dba709a119f398de038b3f36085be5ff (diff)
Try to find rustfmt in more places
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 b2b624212..044314a8f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1395,6 +1395,7 @@ dependencies = [
1395 "ra_project_model", 1395 "ra_project_model",
1396 "ra_syntax", 1396 "ra_syntax",
1397 "ra_text_edit", 1397 "ra_text_edit",
1398 "ra_toolchain",
1398 "ra_tt", 1399 "ra_tt",
1399 "rand", 1400 "rand",
1400 "rustc-hash", 1401 "rustc-hash",