Function tidy::error_codes::check_explanation_has_doctest
source ยท fn check_explanation_has_doctest(
explanation: &str,
err_code: &str,
) -> (bool, bool, bool, bool)
Expand description
This function returns a tuple indicating whether the provided explanation: a) has a code example, tested or not. b) has a valid doctest