diff --git a/bin/decode_typed b/bin/decode_typed index 64d5ae8..316a682 100755 --- a/bin/decode_typed +++ b/bin/decode_typed @@ -18,7 +18,6 @@ TMP_DIR="${REPO_DIR}/target/decode_typed/tmp" mkdir -p "${TMP_DIR}"; rm -f "${TMP_DIR}/"*; -# TODO: Move dynamic.rs to TMP_DIR, both here and in the include! in main.rs. export FRAMED_DECODE_DYNAMIC_RS="${TMP_DIR}/dynamic_${DECODE_TYPE_NAME}.rs"; cat > "${FRAMED_DECODE_DYNAMIC_RS}" <