chore: fix warnings

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-25 17:27:31 +02:00
parent b01543a8b9
commit b3aedfb411
5 changed files with 4 additions and 37 deletions

View File

@@ -24,7 +24,6 @@ impl SchemaValidator {
RawPlanSchema::Nickel { nickel } => Ok(Some(NickelSchemaValidator::validate(
plan, project, nickel,
)?)),
RawPlanSchema::JsonSchema { jsonschema } => todo!("jsonschema not implemented yet"),
}
}
}