A few lerp tests

This commit is contained in:
ltdk
2021-06-06 22:42:53 -04:00
parent f310d0e500
commit 0865acd22b
3 changed files with 43 additions and 0 deletions

View File

@@ -268,6 +268,7 @@
#![feature(exhaustive_patterns)]
#![feature(extend_one)]
#![cfg_attr(bootstrap, feature(extended_key_value_attributes))]
#![feature(float_interpolation)]
#![feature(fn_traits)]
#![feature(format_args_nl)]
#![feature(gen_future)]