parse the region of the preceding comment for an expect

This commit is contained in:
Folkert 2022-07-19 00:12:15 +02:00 committed by Richard Feldman
parent 35733d51dc
commit 7597d11b59
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798
8 changed files with 35 additions and 11 deletions

View file

@ -200,7 +200,7 @@ fn generate_entry_docs<'a>(
ValueDef::Body(_, _) => (),
ValueDef::Expect(_) => {
ValueDef::Expect { .. } => {
// Don't generate docs for `expect`s
}
},