Skip to content

Commit 292dec1

Browse files
committed
chore(build): Make empty client and server modules private
1 parent 689a86d commit 292dec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tonic-build/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ pub use prost::{compile_fds, compile_protos, configure, Builder};
8585
pub mod manual;
8686

8787
/// Service code generation for client
88-
pub mod client;
88+
mod client;
8989
/// Service code generation for Server
90-
pub mod server;
90+
mod server;
9191

9292
mod code_gen;
9393
pub use code_gen::CodeGenBuilder;

0 commit comments

Comments
 (0)