Skip to content

Commit

Permalink
Merge pull request #57 from FL03/FL03-patch-1
Browse files Browse the repository at this point in the history
Update impl_from.rs
  • Loading branch information
FL03 authored May 10, 2024
2 parents 25af539 + 64a313e commit d1aa8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/linear/src/impls/params/impl_from.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
use crate::params::{Biased, NodeBase, Pair, ParamMode, ParamsBase, Unbiased};
use crate::Features;
#[cfg(feature = "alloc")]
#[cfg(all(feature = "alloc", no_std))]
use alloc::vec;
use core::marker::PhantomData;
use nd::prelude::*;
Expand Down Expand Up @@ -138,4 +138,4 @@ impl<A, S, D, K> From<NodeBase<S, D, D::Smaller>> for ParamsBase<S, D, K>
_mode: PhantomData::<Biased>,
}
}
}
}

0 comments on commit d1aa8e2

Please sign in to comment.