Skip to content

Commit 895c859

Browse files
committed
Fixdoc: fix README path that is included in doc
1 parent 3b7b94a commit 895c859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openraft/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc = include_str!("../../README.md")]
1+
#![doc = include_str!("../README.md")]
22
#![cfg_attr(feature = "bt", feature(error_generic_member_access))]
33
#![cfg_attr(feature = "bt", feature(provide_any))]
44
#![cfg_attr(feature = "bench", feature(test))]

0 commit comments

Comments
 (0)