Skip to content

Commit 3bbb55a

Browse files
committed
clippy
1 parent 524559f commit 3bbb55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/data_types/snapshots.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use std::collections::HashMap;
44

5-
use serde::ser::{SerializeMap, Serializer};
5+
use serde::ser::{SerializeMap as _, Serializer};
66
use serde::{Deserialize, Serialize};
77

88
/// Response from the create snapshot endpoint.

0 commit comments

Comments
 (0)