Skip to content

Commit d159ec5

Browse files
committed
test: Verify readme
1 parent e783559 commit d159ec5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
#![warn(clippy::print_stderr)]
55
#![warn(clippy::print_stdout)]
66
#![allow(non_snake_case)] // TODO: Delete me
7+
8+
#[doc = include_str!("../README.md")]
9+
#[cfg(doctest)]
10+
pub struct ReadmeDoctests;

0 commit comments

Comments
 (0)