mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
cargo-fmt
This commit is contained in:
parent
f4c1af0f19
commit
6dbde806d6
2 changed files with 8 additions and 18 deletions
|
@ -110,7 +110,7 @@ fn generate_module_doc<'a>(
|
|||
_ => (acc, None),
|
||||
},
|
||||
|
||||
AnnotatedBody{ ann_pattern, .. } => match ann_pattern.value {
|
||||
AnnotatedBody { ann_pattern, .. } => match ann_pattern.value {
|
||||
Pattern::Identifier(identifier) => {
|
||||
// Check if the definition is exposed
|
||||
if exposed_ident_ids
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue