Skip to content

Commit d3a3db7

Browse files
authored
Update doc attribute to use CARGO_MANIFEST_DIR
1 parent 25b09e8 commit d3a3db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openblas-src/src/lib.rs

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

0 commit comments

Comments
 (0)