aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-05-14 16:53:53 +0100
committerAleksey Kladov <[email protected]>2021-05-14 16:53:53 +0100
commit6c21d04307edf130851aefad406bacce9edbde23 (patch)
tree3a6f291d7396ef77dfe8114a21a749f7dfa96b03 /Cargo.toml
parentcea589b3b52ff5c4e358db52dc6de150eb48a9a0 (diff)
internal: use standard style for tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ba1be2e5e..498cf7d62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ incremental = false
9 9
10# Disabling debug info speeds up builds a bunch, 10# Disabling debug info speeds up builds a bunch,
11# and we don't rely on it for debugging that much. 11# and we don't rely on it for debugging that much.
12debug = 1 12debug = 0
13 13
14[profile.dev.package] 14[profile.dev.package]
15# These speed up local tests. 15# These speed up local tests.