just playing with tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(docs): fix protobuf job build

+1 -2
+1
lib/src/lib.rs
··· 47 47 pub mod op_heads_store; 48 48 pub mod op_store; 49 49 pub mod operation; 50 + #[allow(missing_docs)] 50 51 pub mod protos; 51 52 pub mod refs; 52 53 pub mod repo;
-2
lib/src/protos/mod.rs
··· 1 - #![allow(missing_docs)] 2 - 3 1 pub mod git_store { 4 2 include!("git_store.rs"); 5 3 }