Skip to content

Commit

Permalink
test: Remove use of doc-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 24, 2025
1 parent 1ad1991 commit aa6bb02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ pre-release-replacements = [
[dependencies]
winnow = "0.6.0"
unicase = "2.5"
doc-comment = "0.3"
serde = { version = "1.0.163", optional = true, features = ["derive"] }

[dev-dependencies]
Expand Down
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ mod parser;
pub use commit::{Commit, Footer, FooterSeparator, FooterToken, Scope, Type};
pub use error::{Error, ErrorKind};

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

0 comments on commit aa6bb02

Please sign in to comment.