mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-30 09:53:45 +00:00
parse the region of the preceding comment for an expect
This commit is contained in:
parent
35733d51dc
commit
7597d11b59
8 changed files with 35 additions and 11 deletions
|
@ -200,7 +200,7 @@ fn generate_entry_docs<'a>(
|
|||
|
||||
ValueDef::Body(_, _) => (),
|
||||
|
||||
ValueDef::Expect(_) => {
|
||||
ValueDef::Expect { .. } => {
|
||||
// Don't generate docs for `expect`s
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue