Skip to content

Commit a626b5a

Browse files
committed
Replace the ironfish-primitives and ironfish-proofs READMEs with the workspace README
1 parent fbc3993 commit a626b5a

File tree

4 files changed

+4
-65
lines changed

4 files changed

+4
-65
lines changed

ironfish-primitives/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

ironfish-primitives/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

ironfish-primitives/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc = include_str!("../../README.md")]
1+
#![doc = include_str!("../README.md")]
22

33
#![cfg_attr(docsrs, feature(doc_cfg))]
44
// Temporary until we have addressed all Result<T, ()> cases.

ironfish-proofs/README.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

ironfish-proofs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

ironfish-proofs/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc = include_str!("../../README.md")]
1+
#![doc = include_str!("../README.md")]
22

33
#![cfg_attr(docsrs, feature(doc_cfg))]
44
// Temporary until we have addressed all Result<T, ()> cases.

0 commit comments

Comments
 (0)