aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAaron Loucks <[email protected]>2020-06-03 12:26:15 +0100
committerAaron Loucks <[email protected]>2020-06-03 12:26:15 +0100
commitf06b2bcd91329fb795839a4eabd8f43aa472aeb2 (patch)
tree9642c029da5dc0bd44b36087464e2407062bf040 /Cargo.lock
parent1211a46826ee8a08683e4cfe151649efd6fd90fa (diff)
Use split1 when formatting function signature params
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 def4ed45e..aca283cda 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1639,6 +1639,7 @@ dependencies = [
1639 "relative-path", 1639 "relative-path",
1640 "rustc-hash", 1640 "rustc-hash",
1641 "serde_json", 1641 "serde_json",
1642 "stdx",
1642 "text-size", 1643 "text-size",
1643] 1644]
1644 1645