Skip to content

Commit

Permalink
#18 less of a Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 24, 2023
1 parent b477586 commit cf3d380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/map.rs
Expand Up @@ -262,7 +262,7 @@ fn removes_simple_pair() -> Result<()> {
}

#[cfg(test)]
#[derive(Clone, Copy)]
#[derive(Clone)]
struct Foo {
v: [u32; 3],
}
Expand All @@ -277,7 +277,7 @@ fn insert_struct() -> Result<()> {
}

#[cfg(test)]
#[derive(Clone, Copy)]
#[derive(Clone)]
struct Composite {
r: Map<u8, u8, 1>,
}
Expand Down

0 comments on commit cf3d380

Please sign in to comment.