diff options
| author | pml68 <contact@pml68.dev> | 2025-02-08 01:11:50 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-08 01:11:50 +0100 |
| commit | 517e2e4bf4488d51ace086fb31a8d92ed375ab58 (patch) | |
| tree | 8a35d22660c17584f26c6ade486ab6d2d158b06d /.cargo/config.toml | |
| parent | feat: set custom `Style` on `TextEditor` (diff) | |
| download | iced-builder-517e2e4bf4488d51ace086fb31a8d92ed375ab58.tar.gz | |
feat: add highlight color for Other and Custom `Scope` variants
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 3 |
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"] |
