Skip to content

Commit

Permalink
enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 25, 2023
1 parent a68142d commit cadcf87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clone.rs
Expand Up @@ -34,7 +34,6 @@ impl<K: Clone + PartialEq, V: Clone, const N: usize> Clone for Map<K, V, N> {
use anyhow::Result;

#[test]
#[ignore]
fn map_can_be_cloned() -> Result<()> {
let mut m: Map<u8, u8, 16> = Map::new();
m.insert(0, 42);
Expand Down

0 comments on commit cadcf87

Please sign in to comment.