From 6656b865b608f7417b5a4b5df1e20811f48c7a82 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 19 Jun 2023 17:49:32 +0300 Subject: docs(tvix/store): correct some cargo doc warnings Change-Id: I5053e3f7dcea01e75baa933e4986396583ff22e8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8831 Tested-by: BuildkiteCI Reviewed-by: tazjin Autosubmit: flokli --- tvix/store/src/pathinfoservice/grpc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store/src/pathinfoservice/grpc.rs') diff --git a/tvix/store/src/pathinfoservice/grpc.rs b/tvix/store/src/pathinfoservice/grpc.rs index a14f51c9f890..db9fd63366ea 100644 --- a/tvix/store/src/pathinfoservice/grpc.rs +++ b/tvix/store/src/pathinfoservice/grpc.rs @@ -16,7 +16,7 @@ pub struct GRPCPathInfoService { } impl GRPCPathInfoService { - /// construct a [GRPCDirectoryService] from a [proto::path_info_service_client::PathInfoServiceClient]. + /// construct a [GRPCPathInfoService] from a [proto::path_info_service_client::PathInfoServiceClient]. /// panics if called outside the context of a tokio runtime. pub fn from_client( grpc_client: proto::path_info_service_client::PathInfoServiceClient, -- cgit 1.4.1