Skip to content

Commit

Permalink
Fix dat sum tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 19, 2024
1 parent 5424185 commit 022fdfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sum.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(dead_code)] // some code is tested for type checking only

use derive_more::Sum;

Expand Down

0 comments on commit 022fdfb

Please sign in to comment.