Merge branch 'trunk' into fix/docs-tests

This commit is contained in:
Pablo Hirafuji 2020-11-03 10:59:05 -03:00
commit f441e1dbd1
123 changed files with 3978 additions and 1969 deletions

View file

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