From aa404d9e3283054c7a63e74626df851b58b30cf0 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Thu, 13 Mar 2025 14:25:22 -0600 Subject: [PATCH] repos: add a FIXME comment --- tools/src/repos.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/repos.rs b/tools/src/repos.rs index 64c5dac..811b69d 100644 --- a/tools/src/repos.rs +++ b/tools/src/repos.rs @@ -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> {