Skip to content

Commit 9abbba0

Browse files
committed
test: readme
1 parent c4a7ccd commit 9abbba0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,8 @@ pub use render::*;
9393
pub use shorthands::*;
9494
pub use system::*;
9595
pub use template::*;
96+
97+
#[cfg(feature = "std")]
98+
#[doc = include_str!("../README.md")]
99+
#[allow(unused)]
100+
mod test_readme_code_snippets {}

0 commit comments

Comments
 (0)