Skip to content

Commit

Permalink
Merge pull request #74 from epage/doc
Browse files Browse the repository at this point in the history
test: Remove use of doc-comment
  • Loading branch information
epage authored Jan 24, 2025
2 parents 1ad1991 + aa6bb02 commit a3ed535
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 a3ed535

Please sign in to comment.