Skip to content

Commit

Permalink
test: Verify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 24, 2025
1 parent e783559 commit d159ec5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
#![warn(clippy::print_stderr)]
#![warn(clippy::print_stdout)]
#![allow(non_snake_case)] // TODO: Delete me

#[doc = include_str!("../README.md")]
#[cfg(doctest)]
pub struct ReadmeDoctests;

0 comments on commit d159ec5

Please sign in to comment.