diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-21 17:34:52 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-21 17:34:52 +0200 |
| commit | e49a19b923ef954ea1130ab6455c5e2c3f8ef426 (patch) | |
| tree | 54f639bbf69db2f4be61310f2a7684af6f10d940 /.cargo | |
| parent | fix: `Selection::text` not accounting for graphemes larger than 1 byte (diff) | |
| download | iced_selection-e49a19b923ef954ea1130ab6455c5e2c3f8ef426.tar.gz | |
docs: list keyboard shortcuts under `text` module
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..0b59599 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 --all-features --no-deps -- -D warnings" +lint-all = "clippy --all-features --no-deps -- -D clippy::pedantic" |
