mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
chore: pending def should be pub
This commit is contained in:
parent
876687e078
commit
e69b798857
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ impl ShallowClone for Def {
|
|||
/// but no Expr canonicalization has happened yet. Also, it has had spaces
|
||||
/// and nesting resolved, and knows whether annotations are standalone or not.
|
||||
#[derive(Debug)]
|
||||
enum PendingDef<'a> {
|
||||
pub enum PendingDef<'a> {
|
||||
/// A standalone annotation with no body
|
||||
AnnotationOnly(
|
||||
&'a Located<ast::Pattern<'a>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue