From 7936d71f5476476d640ea32009bb6f4e5da647ec Mon Sep 17 00:00:00 2001 From: aumetra Date: Thu, 12 Dec 2024 00:27:02 +0100 Subject: [PATCH] add nixos ident --- clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy.toml b/clippy.toml index ff6bc4f1a..9d65d665b 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1,10 +1,10 @@ doc-valid-idents = [ "ActivityPub", "DoS", + "NixOS", "OAuth", "OAuth2", "PostgreSQL", "PubSub", - "WyRand", "gRPC", ]