Skip to content

Commit

Permalink
Don't generate unused documentation that has to be replaced soon
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-François Morcillo <[email protected]>
  • Loading branch information
Jean-François Morcillo committed Jun 22, 2023
1 parent e0aa36e commit 1f4a794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(())
Expand Down

0 comments on commit 1f4a794

Please sign in to comment.