about summary refs log tree commit diff stats
path: root/071rewrite_stash.cc
diff options
context:
space:
mode:
Diffstat (limited to '071rewrite_stash.cc')
-rw-r--r--071rewrite_stash.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/071rewrite_stash.cc b/071rewrite_stash.cc
index 346cc132..3fd57f12 100644
--- a/071rewrite_stash.cc
+++ b/071rewrite_stash.cc
@@ -122,6 +122,7 @@ case TO_TEXT: {
     raise << maybe(get(Recipe, r).name) << "'to-text' requires a single ingredient, but got '" << to_original_string(inst) << "'\n" << end();
     break;
   }
+  // can handle any type
   break;
 }
 :(before "End Primitive Recipe Implementations")