From 0f623dd97573bfa66253f4a20545c98aa343dfdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 22 May 2025 23:27:25 +0200 Subject: [PATCH] Revert "environments/rust: +clippy" This reverts commit 714d516cf89b50c92c56d87f8f088369161d73c5. --- nix/environments/rust.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/environments/rust.nix b/nix/environments/rust.nix index 7623099c..45afe645 100644 --- a/nix/environments/rust.nix +++ b/nix/environments/rust.nix @@ -12,6 +12,5 @@ buildEnv { rustc rustfmt rust-analyzer - clippy ]; }