We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vortex
1 parent ccdb140 commit 91341cbCopy full SHA for 91341cb
vortex/src/lib.rs
@@ -1,4 +1,5 @@
1
-#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/../README.md"))]
+// https://github.com/rust-lang/cargo/pull/11645#issuecomment-1536905941
2
+#![doc = include_str!(concat!("../", env!("CARGO_PKG_README")))]
3
4
pub use vortex_array::*;
5
#[cfg(feature = "files")]
0 commit comments