Shared: Remove cached annotation.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-02-28 16:24:21 +00:00
parent 690fdc076d
commit 2fd57f6ee7

View File

@@ -112,7 +112,6 @@ private import internal.TypeFlowImpl as Impl
/**
* Provides an implementation of type-flow using input `I`.
*/
cached
module Make<TypeFlowInput I> {
import Impl::TypeFlow<I>
}