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(
|
fn compile_inner(
|
||||||
&self,
|
&self,
|
||||||
puml_file: &mut std::fs::File,
|
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
|
recipe: &Recipe, // the recipe for the thing we're making
|
||||||
indent: usize,
|
indent: usize,
|
||||||
) -> Result<(), RecipeCompileError> {
|
) -> Result<(), RecipeCompileError> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue