Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Nov 27, 2022
1 parent ef19b21 commit 780ddc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.rs
Expand Up @@ -3,7 +3,6 @@ use insta::assert_json_snapshot;
#[cfg(feature = "yaml")]
use insta::assert_yaml_snapshot;
use insta::{assert_debug_snapshot, assert_display_snapshot};
use std::collections::HashMap;
use std::fmt;

#[test]
Expand Down Expand Up @@ -94,6 +93,7 @@ fn test_u128_json() {
#[cfg(feature = "yaml")]
#[test]
fn insta_sort_order() {
use std::collections::HashMap;
let mut m = HashMap::new();
m.insert((1, 3), 4);
m.insert((2, 3), 4);
Expand Down

0 comments on commit 780ddc3

Please sign in to comment.