We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524559f commit 3bbb55aCopy full SHA for 3bbb55a
src/api/data_types/snapshots.rs
@@ -2,7 +2,7 @@
2
3
use std::collections::HashMap;
4
5
-use serde::ser::{SerializeMap, Serializer};
+use serde::ser::{SerializeMap as _, Serializer};
6
use serde::{Deserialize, Serialize};
7
8
/// Response from the create snapshot endpoint.
0 commit comments