rust-cli / human-panic

Panic messages for humans.
https://docs.rs/human-panic
Apache License 2.0
1.66k stars 65 forks source link

Ensure no docs are missing #16

Closed killercup closed 6 years ago

killercup commented 6 years ago

This a 🐛 bug fix, as well as a 🔦 documentation change

Checklist

Semver Changes

Let's get this into the 0.3 release.

killercup commented 6 years ago

Looking at Metadata, I'm also considering to make the fields private and make optional fields Options.

dwijnand commented 6 years ago

I'm trying to understand how this works? is it just cargo test --features nightly that enforces the code blocks in README.md to pass? or is more required?