diff options
| author | pml68 <contact@pml68.dev> | 2025-02-04 21:25:41 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-08 01:21:36 +0100 |
| commit | 7b832e2d19284abae878d701ebae7fc48acad99e (patch) | |
| tree | 71edc47b1a23ea060835a161b564b251b84917f9 /.cargo/config.toml | |
| parent | feat: add highlight color for Other and Custom `Scope` variants (diff) | |
| download | iced-builder-7b832e2d19284abae878d701ebae7fc48acad99e.tar.gz | |
style: rename `DesignerPage` to `DesignerPane`
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 3 |
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"] |
