summaryrefslogtreecommitdiffstats
path: root/tests-integration/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests-integration/src/lib.rs')
-rw-r--r--tests-integration/src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests-integration/src/lib.rs b/tests-integration/src/lib.rs
new file mode 100644
index 00000000..74795f29
--- /dev/null
+++ b/tests-integration/src/lib.rs
@@ -0,0 +1,4 @@
+use doc_comment::doc_comment;
+
+// #[doc = include_str!("../../README.md")]
+doc_comment!(include_str!("../../README.md"));