summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-04 21:25:41 +0100
committerpml68 <contact@pml68.dev>2025-02-08 01:21:36 +0100
commit7b832e2d19284abae878d701ebae7fc48acad99e (patch)
tree71edc47b1a23ea060835a161b564b251b84917f9 /.cargo/config.toml
parentfeat: add highlight color for Other and Custom `Scope` variants (diff)
downloadiced-builder-7b832e2d19284abae878d701ebae7fc48acad99e.tar.gz
style: rename `DesignerPage` to `DesignerPane`
Diffstat (limited to '')
-rw-r--r--.cargo/config.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 669a8c7..feb6aad 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,6 +1,3 @@
[alias]
lint = "clippy --no-deps -- -D warnings"
lint-all = "clippy --no-deps -- -D clippy::pedantic"
-
-[build]
-rustflags = ["-Z", "threads=6"]