split const_fn features #1

Merged
sb10q merged 1 commits from srenblad/nalgebra:artiq-zynq into artiq-zynq 2024-12-20 12:19:04 +08:00
Showing only changes of commit ad42410ab0 - Show all commits

View File

@ -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" html_root_url = "https://docs.rs/nalgebra/0.25.0"
)] )]
#![cfg_attr(not(feature = "std"), no_std)] #![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. /// Generates an appropriate deprecation note with a suggestion for replacement.
/// ///