flake.nix: allow clippy::unused-async

This commit is contained in:
Astro 2023-01-01 21:01:11 +01:00
parent a3bb18e799
commit 8722c0085c
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@
-A clippy::too-many-lines \
-A clippy::cast-possible-wrap \
-A clippy::cast-possible-truncation \
-A clippy::nonminimal_bool''
-A clippy::nonminimal_bool \
-A clippy::unused-async''
];
meta.description = "Send Prometheus alerts to XMPP Multi-User Chatrooms";
};