diff --git a/build.rs b/build.rs index ff8dbb61..5aa61fb1 100644 --- a/build.rs +++ b/build.rs @@ -25,7 +25,7 @@ mod tonic { .map_err(|e| format!("protobuf compilation error: {:?}", e))?; // Generate documentation for the protobuf abi - generate_doc(&protos).map_err(|e| format!("protobuf documentation error: {:?}", e))?; + // generate_doc(&protos).map_err(|e| format!("protobuf documentation error: {:?}", e))?; // Return Ok if the build and documentation generation were successful Ok(())