Skip to content

Commit

Permalink
Clarify default_package_filename documentation. (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilnaa authored Feb 8, 2023
1 parent bff66a6 commit 49c33f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prost-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ impl Config {
}

/// Configures what filename protobufs with no package definition are written to.
/// The filename will be appended with the `.rs` extension.
pub fn default_package_filename<S>(&mut self, filename: S) -> &mut Self
where
S: Into<String>,
Expand Down

0 comments on commit 49c33f3

Please sign in to comment.