From 8722c0085c2ea1bad3a150c22c0a20637258cfd4 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 1 Jan 2023 21:01:11 +0100 Subject: [PATCH] flake.nix: allow clippy::unused-async --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ec51455..d830e33 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };