Skip to content

Commit 5251a81

Browse files
authored
Merge pull request #149 from Dirreke/master
2 parents 7a2a6bb + 6e4a4c3 commit 5251a81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openblas-src/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
#![doc = include_str!("../../README.md")]
1+
// Use `CARGO_PKG_README` because of https://github.com/rust-lang/cargo/issues/11597
2+
#![doc = include_str!(concat!("../", env!("CARGO_PKG_README")))]
23
#![no_std]

0 commit comments

Comments
 (0)