From 06c14e7ec7fe0109400bf3f40d4183190e6f8277 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 2 Nov 2023 20:05:01 +0800 Subject: [PATCH] Fix build Signed-off-by: Xuanwo --- proto-build/src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/proto-build/src/main.rs b/proto-build/src/main.rs index 3825f216..4c4d7acd 100644 --- a/proto-build/src/main.rs +++ b/proto-build/src/main.rs @@ -1,10 +1,7 @@ // Copyright 2023 TiKV Project Authors. Licensed under Apache-2.0. fn main() { - use tonic_disable_doctest::BuilderEx; - tonic_build::configure() - .disable_doctests_for_types([".google.api.HttpRule"]) .emit_rerun_if_changed(false) .build_server(false) .include_file("mod.rs")