File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ sudo: required
66matrix :
77 include :
88 - rust : 1.34.0
9+ # cfg(doctest) is experimental in 1.39 but ignored with 1.34.0, and that snuck in when 1.39.0 wasn't tested
10+ - rust : 1.39.0
911 - rust : stable
1012 - rust : beta
1113 - rust : nightly
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ harness = false
1818[dev-dependencies ]
1919criterion = " 0.3"
2020rand = " 0.6.1"
21- doc-comment = " 0.3"
2221
2322[features ]
2423default = [" std" ]
Original file line number Diff line number Diff line change @@ -76,13 +76,6 @@ extern crate alloc;
7676#[ cfg( any( feature = "std" , test) ) ]
7777extern crate std as alloc;
7878
79- #[ cfg( doctest) ]
80- #[ macro_use]
81- extern crate doc_comment;
82-
83- #[ cfg( doctest) ]
84- doctest ! ( "../README.md" ) ;
85-
8679mod chunked_encoder;
8780pub mod display;
8881#[ cfg( any( feature = "std" , test) ) ]
You can’t perform that action at this time.
0 commit comments