mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-06 03:22:59 +00:00
fix(docs): fix protobuf job build
This commit is contained in:
parent
54dba51a08
commit
e445d36824
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#![allow(missing_docs)]
|
||||
|
||||
pub mod git_store {
|
||||
include!("git_store.rs");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue