diff --git a/v0.5/fastn-compiler/src/compiler.rs b/v0.5/fastn-compiler/src/compiler.rs index 33d490802..f73255eda 100644 --- a/v0.5/fastn-compiler/src/compiler.rs +++ b/v0.5/fastn-compiler/src/compiler.rs @@ -6,6 +6,7 @@ struct Compiler { bag: std::collections::HashMap, #[expect(unused)] auto_imports: Vec, + /// checkout resolve_document for why this is an Option content: Option< Vec< fastn_unresolved::UR<