From e49a19b923ef954ea1130ab6455c5e2c3f8ef426 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 21 Oct 2025 17:34:52 +0200 Subject: docs: list keyboard shortcuts under `text` module --- .cargo/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cargo/config.toml') 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" -- cgit v1.2.3