diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-03-22 18:46:11 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-03-22 18:46:11 +0100 |
| commit | 96daec03cee472b4449a7ab7382c6fc63bd23ace (patch) | |
| tree | 0bdeb6a25f23ced5575d4ef5fe4df229ce06ef35 /.cargo/config.toml | |
| parent | feat!: cd selection && mv default primary (diff) | |
| download | iced_material-96daec03cee472b4449a7ab7382c6fc63bd23ace.tar.gz | |
feat: move from sourcehut to my git instance
Diffstat (limited to '')
| -rw-r--r-- | .cargo/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index feb6aad..a937826 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,3 @@ [alias] -lint = "clippy --no-deps -- -D warnings" -lint-all = "clippy --no-deps -- -D clippy::pedantic" +lint = "clippy --no-deps --all-features -- -D warnings" +lint-all = "clippy --no-deps --all-features -- -D clippy::pedantic" |
