Skip to content

Commit

Permalink
Add a #[must_use]
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 29, 2024
1 parent 670a6b8 commit 70a14dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ impl ParquetExecBuilder {
}

/// Build a [`ParquetExec`]
#[must_use]
pub fn build(self) -> ParquetExec {
let Self {
file_scan_config,
Expand Down

0 comments on commit 70a14dc

Please sign in to comment.