aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry <[email protected]>2020-08-09 17:30:56 +0100
committerDmitry <[email protected]>2020-08-09 17:30:56 +0100
commit7f71ae8d73ea2a2203897703324e11c2096706fa (patch)
tree28e3daa72d2ab3b7f829b1807bb617acc4c4731d
parent06ca135bba846bdaf79301a5ad87ab708a29eba7 (diff)
parent66b972ecc1eacb33a23c16b6d2a8a021ce450d5d (diff)
Merge branch 'master' of https://github.com/Fihtangolz/rust-analyzer into master
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 82b844073..612e6809f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ members = [ "crates/*", "xtask/" ]
4[profile.dev] 4[profile.dev]
5# disabling debug info speeds up builds a bunch, 5# disabling debug info speeds up builds a bunch,
6# and we don't rely on it for debugging that much. 6# and we don't rely on it for debugging that much.
7debug = 2 7debug = 0
8 8
9[profile.release] 9[profile.release]
10incremental = true 10incremental = true