Skip to content

Commit 2d58983

Browse files
committed
undo debug change
1 parent ca88056 commit 2d58983

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = ["rust-analyzer team"]
1212
[profile.dev]
1313
# Disabling debug info speeds up builds a bunch,
1414
# and we don't rely on it for debugging that much.
15-
debug = 2
15+
debug = 0
1616

1717
[profile.dev.package]
1818
# These speed up local tests.
@@ -117,9 +117,9 @@ text-size = "1.1.1"
117117
tracing = "0.1.40"
118118
tracing-tree = "0.3.0"
119119
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
120-
"registry",
121-
"fmt",
122-
"tracing-log",
120+
"registry",
121+
"fmt",
122+
"tracing-log",
123123
] }
124124
triomphe = { version = "0.1.10", default-features = false, features = ["std"] }
125125
xshell = "0.2.5"

0 commit comments

Comments
 (0)