fix(build): Fix CodeGen8uilder typo (#1165) (#1166)

This commit is contained in:
Alex Pearson
2022-11-29 14:01:27 -05:00
committed by GitHub
parent 076a81ce6e
commit c7476fff42
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ pub mod client;
pub mod server;
mod code_gen;
pub use code_gen::CodeGen8uilder;
pub use code_gen::CodeGenBuilder;
/// Service generation trait.
///