From 10c7701ac160ad9cd7dca75ac7e8bd7262d4e531 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 27 Jun 2024 00:53:37 +0300 Subject: docs(tvix/castore): drop wrong comment This doesnt panic anymore. Change-Id: I1987f8b0640b1e5fe33abcbf46164449c766fd0d Reviewed-on: https://cl.tvl.fyi/c/depot/+/11883 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster Autosubmit: flokli --- tvix/castore/src/blobservice/grpc.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix/castore/src/blobservice/grpc.rs') diff --git a/tvix/castore/src/blobservice/grpc.rs b/tvix/castore/src/blobservice/grpc.rs index 834c0c7bf57a..35566f5242fd 100644 --- a/tvix/castore/src/blobservice/grpc.rs +++ b/tvix/castore/src/blobservice/grpc.rs @@ -30,7 +30,6 @@ pub struct GRPCBlobService { impl GRPCBlobService { /// construct a [GRPCBlobService] from a [proto::blob_service_client::BlobServiceClient]. - /// panics if called outside the context of a tokio runtime. pub fn from_client(grpc_client: proto::blob_service_client::BlobServiceClient) -> Self { Self { grpc_client } } -- cgit 1.4.1