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 committed Jan 17, 2024
1 parent 472664f commit 42a6dde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
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 42a6dde

Please sign in to comment.