We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a2a6bb + 6e4a4c3 commit 5251a81Copy full SHA for 5251a81
openblas-src/src/lib.rs
@@ -1,2 +1,3 @@
1
-#![doc = include_str!("../../README.md")]
+// Use `CARGO_PKG_README` because of https://github.com/rust-lang/cargo/issues/11597
2
+#![doc = include_str!(concat!("../", env!("CARGO_PKG_README")))]
3
#![no_std]
0 commit comments