Commit local changes (whoops!)

This commit is contained in:
Joshua Warner 2021-11-11 18:57:26 -08:00
parent 04d4a8ca79
commit 4df0880e7a
9 changed files with 41 additions and 33 deletions

View file

@ -293,10 +293,7 @@ fn type_to_docs(in_func_type_ann: bool, type_annotation: ast::TypeAnnotation) ->
Apply { name, parts }
}
ast::TypeAnnotation::Record {
fields,
ext,
} => {
ast::TypeAnnotation::Record { fields, ext } => {
let mut doc_fields = Vec::new();
let mut any_fields_include_private_tags = false;

View file

@ -2630,7 +2630,7 @@ fn parse_header<'a>(
std::str::from_utf8_unchecked(&src_bytes[..chomped])
};
let packages = header.packages.into_bump_slice();
let packages = header.packages.items;
let info = HeaderInfo {
loc_name: Located {