Skip to content

Commit

Permalink
Fix no_std tests, vol.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Aug 29, 2024
1 parent b1f0b56 commit cf4d555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/no_std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ enum EnumWithUnit {

#[rustversion::nightly]
mod error {
use derive_more::{Display, Error, From};
use derive_more::with_trait::{Display, Error, From};

#[derive(Default, Debug, Display, Error)]
struct Simple;

Expand Down

0 comments on commit cf4d555

Please sign in to comment.