Skip to content

Commit 728da70

Browse files
committed
chore: add symlink to repo readme for rust doc_string
1 parent 8e260bc commit 728da70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bintensors/DOC_README.md

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

bintensors/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![doc(
33
html_logo_url = "https://github.com/GnosisFoundation/bintensors/blob/master/.github/assets/bintensors-logo.png"
44
)]
5-
#![doc = include_str!("../../README.md")]
5+
#![doc = include_str!("../DOC_README.md")]
66
#![cfg_attr(not(feature = "std"), no_std)]
77
pub mod slice;
88
pub mod tensor;

0 commit comments

Comments
 (0)