From d884890e56bf56dd8fe494c95b7a44a7fc13cb94 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 27 Mar 2023 11:26:50 +0200 Subject: docs(tvix/store/directorysvc/grpc): fix comment We do compare for equality. This comment probably was when I tried to compare the `Result`, and as `E` doesn't derive PartialEq it was annoying. Change-Id: I18bb19528c76af91c9d24d88d55dd46d0c092d20 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8354 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/store/src/directoryservice/grpc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store') diff --git a/tvix/store/src/directoryservice/grpc.rs b/tvix/store/src/directoryservice/grpc.rs index e44106b3291f..e8ab854fd449 100644 --- a/tvix/store/src/directoryservice/grpc.rs +++ b/tvix/store/src/directoryservice/grpc.rs @@ -294,7 +294,7 @@ mod tests { .expect("must succeed") ); - // And retrieve it. We don't compare the two structs literally + // And retrieve it, compare for equality. assert_eq!( DIRECTORY_A.clone(), directory_service -- cgit 1.4.1