Closed TheNeikos closed 8 years ago
This is part of the reason why I really dislike generating tests :P
Well, half the problem is the tests only run with the nightly feature since that was needed for maud_macros
. I really like rust generating doc tests since it ensures the examples are actually kept up to date (which is why skeptic is also used to generate tests from the readme and ensure those are kept up to date).
Also, you cann use Maud 0.11 on stable anymore in any way due to it's #[feature] here
Alright, since that's the case I'll drop the nightly feature and require nightly for developing. That will make everything much simpler :)
Release 0.3.0 with the update, thanks 👍
https://travis-ci.org/Nemo157/maud-pulldown-cmark/jobs/162877275
This is part of the reason why I really dislike generating tests :P
Also, you cann use Maud 0.11 on stable anymore in any way due to it's
#[feature]
hereSo that can be dropped as of now