Skip to content

Commit 27f2b69

Browse files
committed
Merge pull request #1 from oli-obk/patch-1
remove deprecated derive(Show)
2 parents c0aab8f + cde2836 commit 27f2b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub struct IdsContainer<T> {
55
next_id: u32
66
}
77

8-
#[derive(Copy, Clone, Show, PartialEq, Eq, Hash)]
8+
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
99
pub struct Id {
1010
value: u32,
1111
}

0 commit comments

Comments
 (0)