Skip to content

Commit

Permalink
Update prost-build/src/config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Barsky <me@davidbarsky.com>
  • Loading branch information
LucioFranco and davidbarsky authored Dec 30, 2024
1 parent f1ae540 commit db0e5f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prost-build/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ impl Config {
/// .skip_source_info()
/// .compile_protos(&["src/items.proto"], &["src/"]);
/// ```
///
pub fn skip_source_info(&mut self) -> &mut Self {
self.skip_source_info = true;
self
Expand Down

0 comments on commit db0e5f9

Please sign in to comment.