diff options
Diffstat (limited to 'incria/src/lib.rs')
-rw-r--r-- | incria/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/incria/src/lib.rs b/incria/src/lib.rs index 7cd7164..24fa23d 100644 --- a/incria/src/lib.rs +++ b/incria/src/lib.rs @@ -1,4 +1,4 @@ -#![feature(async_fn_in_trait)] +#![feature(async_fn_in_trait, thread_id_value)] /*! Incria is a library for incremental computation. It lets you record what a calculation depends on and then only re-run that calculation once one of those dependencies has changed. |