From 5421c364ced71912458562c0dde2e16ba67af7f1 Mon Sep 17 00:00:00 2001 From: Brian Olsen Date: Tue, 5 Aug 2025 00:23:09 +0200 Subject: [PATCH] chore(nix-compat): Remove old TODO comment See https://cl.snix.dev/c/snix/+/30652/comment/1e485186_124672c2/ Change-Id: I95c1eded63bd2ae0b59c3a8eb6b90bb904bf3cf1 Reviewed-on: https://cl.snix.dev/c/snix/+/30653 Reviewed-by: Florian Klink Autosubmit: Brian Olsen Tested-by: besadii --- snix/nix-compat/src/nixhash/algos.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/snix/nix-compat/src/nixhash/algos.rs b/snix/nix-compat/src/nixhash/algos.rs index d53aa8b4e..2c94d67c9 100644 --- a/snix/nix-compat/src/nixhash/algos.rs +++ b/snix/nix-compat/src/nixhash/algos.rs @@ -39,9 +39,6 @@ impl Display for HashAlgo { } } -/// TODO(Raito): this could be automated via macros, I suppose. -/// But this may be more expensive than just doing it by hand -/// and ensuring that is kept in sync. #[cfg(feature = "serde")] pub const SUPPORTED_ALGOS: [&str; 4] = ["md5", "sha1", "sha256", "sha512"];