We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca88056 commit 2d58983Copy full SHA for 2d58983
Cargo.toml
@@ -12,7 +12,7 @@ authors = ["rust-analyzer team"]
12
[profile.dev]
13
# Disabling debug info speeds up builds a bunch,
14
# and we don't rely on it for debugging that much.
15
-debug = 2
+debug = 0
16
17
[profile.dev.package]
18
# These speed up local tests.
@@ -117,9 +117,9 @@ text-size = "1.1.1"
117
tracing = "0.1.40"
118
tracing-tree = "0.3.0"
119
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
120
- "registry",
121
- "fmt",
122
- "tracing-log",
+ "registry",
+ "fmt",
+ "tracing-log",
123
] }
124
triomphe = { version = "0.1.10", default-features = false, features = ["std"] }
125
xshell = "0.2.5"
0 commit comments