repos: add a FIXME comment
This commit is contained in:
parent
9d8ffcee42
commit
aa404d9e32
1 changed files with 1 additions and 1 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue