From 517e2e4bf4488d51ace086fb31a8d92ed375ab58 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 8 Feb 2025 01:11:50 +0100 Subject: feat: add highlight color for Other and Custom `Scope` variants --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.cargo/config.toml') 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"] -- cgit v1.2.3