Skip to content

Commit 9414192

Browse files
authored
Merge pull request #52 from epage/update
chore(deps): Update doc-comment
2 parents 6e4a2d3 + 4c8b1cf commit 9414192

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ globwalk = "0.7"
1717
predicates = "1.0.0"
1818
predicates-core = "1.0"
1919
predicates-tree = "1.0"
20-
doc-comment = "0.1"
20+
doc-comment = "0.3"

Diff for: src/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,4 @@ pub mod prelude {
9595

9696
#[macro_use]
9797
extern crate doc_comment;
98-
doc_comment! {
99-
include_str!("../README.md")
100-
}
98+
doctest!("../README.md");

0 commit comments

Comments
 (0)