Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Sep 30, 2024
1 parent ff59da8 commit 8769969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion madsim-tonic-build/src/prost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ impl Builder {

// generate origin
config.out_dir(out_dir);
builder.compile_with_config(config, protos, includes)?;
builder.compile_protos_with_config(config, protos, includes)?;

Ok(())
}
Expand Down

0 comments on commit 8769969

Please sign in to comment.