From cf9b032288291f0ddd7c65ab882d6c641670c8b2 Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Thu, 28 Dec 2017 04:10:04 +0000 Subject: [PATCH] Tidy up a few completed TODO's. --- bin/decode_typed | 1 - decode/Cargo.toml | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) 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}" <