From ad42410ab0abb014229e3ff6bc6ccd39ca92d5d1 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Mon, 16 Dec 2024 16:30:40 +0800 Subject: [PATCH] split const_fn features --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ca52ee3e..3ab1b104 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -94,7 +94,7 @@ an optimized set of tools for computer graphics and physics. Those features incl html_root_url = "https://docs.rs/nalgebra/0.25.0" )] #![cfg_attr(not(feature = "std"), no_std)] -#![feature(const_fn, extended_key_value_attributes, array_methods)] +#![feature(const_fn_trait_bound, extended_key_value_attributes, array_methods)] /// Generates an appropriate deprecation note with a suggestion for replacement. ///