max / makenotwork
1 file changed,
+2 insertions,
-0 deletions
| @@ -33,6 +33,8 @@ | |||
| 33 | 33 | //! at test time (`cargo test`'s CWD). The helper panics with a precise | |
| 34 | 34 | //! diagnostic listing every missing or mismatched field. | |
| 35 | 35 | ||
| 36 | + | #![warn(missing_docs)] | |
| 37 | + | ||
| 36 | 38 | use std::path::Path; | |
| 37 | 39 | ||
| 38 | 40 | /// Assert that every `json_fields` entry under `targets.<target>.health.expect` |