remove Nested from Def

This commit is contained in:
Folkert 2021-03-21 21:14:32 +01:00
parent 52854a6f57
commit ce98da9d04
6 changed files with 9 additions and 31 deletions

View file

@ -120,7 +120,7 @@ fn generate_module_doc<'a>(
(acc, None)
}
Body(_, _) | Nested(_) => (acc, None),
Body(_, _) => (acc, None),
NotYetImplemented(s) => todo!("{}", s),
}