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"];