diff --git a/src/math_app.rs b/src/math_app.rs index 457f862..a9bb83b 100644 --- a/src/math_app.rs +++ b/src/math_app.rs @@ -175,6 +175,7 @@ impl MathApp { return None; } + // TODO: stabilize FunctionManager serialize so it can persist across builds let (commit, func_data) = crate::misc::hashed_storage_read(&data)?; debug_assert!(!commit.is_empty());