Skip to content

Commit

Permalink
Fix build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
pschafhalter committed Jul 22, 2020
1 parent 7346f85 commit c9133b4
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 @@ -145,7 +145,7 @@ fn main() -> Result<(), String> {
);

slog::info!(logger, "Generating code for stream bundles.");
make_callback_builder(&logger, bundle_max_read_streams, bundle_max_write_streams)?;
make_callback_builder(bundle_max_read_streams, bundle_max_write_streams)?;
slog::info!(logger, "Done generating code for stream bundles.");

slog::info!(
Expand Down

0 comments on commit c9133b4

Please sign in to comment.