Skip to content

Commit

Permalink
Fix no_std tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Aug 29, 2024
1 parent c058a2f commit b1f0b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/no_std.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![no_std]
#![allow(dead_code)] // some code is tested for type checking only

use derive_more::{
use derive_more::with_trait::{
Add, AddAssign, Constructor, Deref, DerefMut, Display, From, FromStr, Index,
IndexMut, Into, IntoIterator, Mul, MulAssign, Not, Sum, TryInto,
};
Expand Down

0 comments on commit b1f0b56

Please sign in to comment.