Skip to content

Commit d5f6041

Browse files
committed
fix: doc include for publishing the crate
1 parent e8d34d7 commit d5f6041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmatcher/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ A guide on how to create signatures can be found here: <https://wiki.alliedmods.
1414
pub use bmatcher_core::*;
1515
pub use bmatcher_proc::pattern;
1616

17-
#[doc = include_str!("../../GRAMMA.MD")]
17+
#[doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/../GRAMMA.MD"))]
1818
pub fn doc_pattern_syntax() {}

0 commit comments

Comments
 (0)