Skip to content

Commit f3bb018

Browse files
committed
Fix rustdoc path
1 parent 9afb3dc commit f3bb018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/lib.rs

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

33
pub mod alignment;
44
pub mod execution;

0 commit comments

Comments
 (0)