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 a8890aa commit f635302Copy full SHA for f635302
src/main.rs
@@ -1,4 +1,4 @@
1
-#![cfg_attr(feature = "doc", doc(include = "../README.md"))]
+#![cfg_attr(feature = "doc", doc = include_str!("../README.md"))]
2
#![forbid(unsafe_code)]
3
4
mod at;
0 commit comments