Open 0ndorio opened 5 years ago
If cfg(doctest) stabilized (or cfg(test) got fixed), we can use doc-comment for including code in README in doc-test, then we can remove tests/readme.rs.
cfg(test)
README
tests/readme.rs
If cfg(doctest) stabilized (or
cfg(test)
got fixed), we can use doc-comment for including code inREADME
in doc-test, then we can removetests/readme.rs
.