Skip to content

Commit

Permalink
fix: skip linting some prost generated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
canardleteer committed Sep 29, 2024
1 parent e70b1b0 commit 581dd3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ fn main() -> std::io::Result<()> {
#[cfg(feature = "serde")]
{
config.type_attribute(".", "#[serde(rename_all = \"camelCase\")]");
config.type_attribute(".", "#[allow(clippy::doc_lazy_continuation)]");
}

config.compile_protos(&protos, &[protobufs_dir]).unwrap();
Expand Down

0 comments on commit 581dd3c

Please sign in to comment.