Skip to content

Commit

Permalink
Revert "build: Skip empty protobuf files (#605)"
Browse files Browse the repository at this point in the history
This reverts commit c577d3f.
  • Loading branch information
LucioFranco committed May 4, 2022
1 parent e74e220 commit 3236c5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions prost-build/src/lib.rs
Expand Up @@ -880,10 +880,6 @@ impl Config {

let modules = self.generate(requests)?;
for (module, content) in &modules {
if content.is_empty() {
continue;
}

let file_name = file_names
.get(module)
.expect("every module should have a filename");
Expand Down

0 comments on commit 3236c5c

Please sign in to comment.