Skip to content

Commit

Permalink
fix no-std build
Browse files Browse the repository at this point in the history
  • Loading branch information
johann-cm authored and Nil Goyette committed Jan 18, 2024
1 parent 81fae81 commit 8d91bc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Expand Up @@ -192,8 +192,10 @@ mod iterators;
mod layout;
mod linalg_traits;
mod linspace;
#[cfg(feature = "std")]
pub use crate::linspace::{Linspace, linspace, range};
mod logspace;
#[cfg(feature = "std")]
pub use crate::logspace::{Logspace, logspace};
mod math_cell;
mod numeric_util;
Expand Down

0 comments on commit 8d91bc2

Please sign in to comment.