Skip to content

Commit

Permalink
fix(docs): fix protobuf job build
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Jul 10, 2023
1 parent 54dba51 commit e445d36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pub mod nightly_shims;
pub mod op_heads_store;
pub mod op_store;
pub mod operation;
#[allow(missing_docs)]
pub mod protos;
pub mod refs;
pub mod repo;
Expand Down
2 changes: 0 additions & 2 deletions lib/src/protos/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(missing_docs)]

pub mod git_store {
include!("git_store.rs");
}
Expand Down

0 comments on commit e445d36

Please sign in to comment.