Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
  • Loading branch information
FL03 committed May 10, 2024
1 parent f6e63eb commit 25af539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/linear/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
#![cfg_attr(not(feature = "std"), no_std)]

#[cfg(no_std)]
#[cfg(feature = "alloc")]
extern crate alloc;

extern crate concision_core as concision;
Expand Down

0 comments on commit 25af539

Please sign in to comment.