Skip to content

Commit 4c8b1cf

Browse files
committed
chore(deps): Update doc-comment
1 parent 87d1be2 commit 4c8b1cf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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"

src/lib.rs

Lines changed: 1 addition & 3 deletions
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)