Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Dec 30, 2024
1 parent db0e5f9 commit 357da78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-build/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ impl Config {
}

/// Configures the code generator to remove surrounding comments and documentation.
///
///
/// If enabled, this will cause `protoc` to not be passed the `--include_source_info` argument.
/// Typically, `--include_source_info` is passed by default, but it results in larger
/// [`FileDescriptorSet`s](https://github.com/protocolbuffers/protobuf/blob/cff254d32f850ba8186227ce6775b3f01a1f8cf8/src/google/protobuf/descriptor.proto#L54-L66) that include information about the
Expand Down

0 comments on commit 357da78

Please sign in to comment.