diff --git a/editor/src/lang/def.rs b/editor/src/lang/def.rs index c56115eb03..8d60444847 100644 --- a/editor/src/lang/def.rs +++ b/editor/src/lang/def.rs @@ -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>,