repos: add a FIXME comment

This commit is contained in:
Sebastian Kuzminsky 2025-03-13 14:25:22 -06:00
parent 9d8ffcee42
commit aa404d9e32

View file

@ -119,7 +119,7 @@ impl Repos {
fn compile_inner(
&self,
puml_file: &mut std::fs::File,
recipe_name: &str, // the name of the thing we're making
recipe_name: &str, // the name of the thing we're making FIXME: aka the Item
recipe: &Recipe, // the recipe for the thing we're making
indent: usize,
) -> Result<(), RecipeCompileError> {