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 d2dbbf7 commit 4a0be88Copy full SHA for 4a0be88
tests/regression/issue520.rs
@@ -1,6 +1,6 @@
1
#![allow(clippy::float_cmp)]
2
3
-use serde_derive::{Serialize, Deserialize};
+use serde_derive::{Deserialize, Serialize};
4
5
#[derive(Serialize, Deserialize, Debug)]
6
#[serde(tag = "type", content = "data")]
0 commit comments