aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-06-12 15:49:41 +0100
committerAleksey Kladov <[email protected]>2021-06-12 15:49:41 +0100
commit6f0141a14026827edfe4ef046013001acd22d94d (patch)
treeb3302438048c38379027e536470e5ea0d363f8a9 /Cargo.lock
parent1b1e3de988ed835b9469360d584963684d1c8ff6 (diff)
minor: optimize
We shouldn't be looking at the source map unless we actually have diagnostics.
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 e1d2a74f0..0ffc91548 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -482,6 +482,7 @@ dependencies = [
482 "hir_ty", 482 "hir_ty",
483 "itertools", 483 "itertools",
484 "log", 484 "log",
485 "once_cell",
485 "profile", 486 "profile",
486 "rustc-hash", 487 "rustc-hash",
487 "smallvec", 488 "smallvec",