This commit is contained in:
Richard Feldman 2022-07-08 20:18:36 -04:00
parent 93f6e1691c
commit 81d2d46077
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -202,7 +202,6 @@ fn generate_entry_docs<'a>(
ValueDef::Expect(_) => {
// Don't generate docs for `expect`s
()
}
},
Ok(type_index) => match &defs.type_defs[type_index.index()] {