We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df6164 commit 752d24dCopy full SHA for 752d24d
capstone-rs/README.md
@@ -0,0 +1 @@
1
+../README.md
capstone-rs/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc = include_str!("../../README.md")]
+#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]
2
#![cfg_attr(not(feature = "std"), no_std)]
3
// derive Default on enums was not stable until 1.62.0
4
#![allow(clippy::derivable_impls)]
0 commit comments