add comment about FunctionManager

This commit is contained in:
Simon Gardling
2022-05-25 13:24:54 -04:00
parent de7826a47d
commit 6dbb5aa126

View File

@@ -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());