Skip to content

Commit

Permalink
Fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelfin committed Nov 15, 2024
1 parent 304b5df commit 589c5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ impl BuilderOptions {
/// - Invalid protoc files
/// - Unsupported flatc version
/// - flatc exiting with a non-zero error code
///
/// For more details, see [`Error`].
pub fn compile(self) -> Result {
compile(self)
Expand Down

0 comments on commit 589c5e8

Please sign in to comment.