summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-08 01:11:50 +0100
committerpml68 <contact@pml68.dev>2025-02-08 01:11:50 +0100
commit517e2e4bf4488d51ace086fb31a8d92ed375ab58 (patch)
tree8a35d22660c17584f26c6ade486ab6d2d158b06d /.cargo/config.toml
parentfeat: set custom `Style` on `TextEditor` (diff)
downloadiced-builder-517e2e4bf4488d51ace086fb31a8d92ed375ab58.tar.gz
feat: add highlight color for Other and Custom `Scope` variants
Diffstat (limited to '')
-rw-r--r--.cargo/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index feb6aad..669a8c7 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,3 +1,6 @@
[alias]
lint = "clippy --no-deps -- -D warnings"
lint-all = "clippy --no-deps -- -D clippy::pedantic"
+
+[build]
+rustflags = ["-Z", "threads=6"]