diff --git a/node/src/bootstrap/bootstrap_templates.rs b/node/src/bootstrap/bootstrap_templates.rs index a33d5ab..cf928b9 100644 --- a/node/src/bootstrap/bootstrap_templates.rs +++ b/node/src/bootstrap/bootstrap_templates.rs @@ -10,6 +10,7 @@ pub struct Template { name: String, blocks: Vec, types: Vec, + #[allow(dead_code)] foreign_types: Vec, additional_data: Vec, }