snix/tvix/nix-compat/src/store_path
Florian Klink 1428ea4e19 refactor(nix-compat/store_path): use AsRef<str>
Implement PartialEq/Eq ourselves instead of deriving, by proxying to
name.as_ref() (and digest of course).

Also implement Hash on our own, clippy doesn't like this to be derived,
while Eq/PartialEq is not.

Change-Id: Idbe289a23ba3bc8dabf893d4d8752792ae2778c3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12744
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
Autosubmit: flokli <flokli@flokli.de>
2024-11-12 11:55:48 +00:00
..
mod.rs refactor(nix-compat/store_path): use AsRef<str> 2024-11-12 11:55:48 +00:00
utils.rs refactor(nix-compat/store_path): use AsRef<str> 2024-11-12 11:55:48 +00:00