mirror of
https://github.com/serde-rs/json.git
synced 2026-05-03 00:05:10 +00:00
Format regression tests with rustfmt
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#![allow(clippy::float_cmp)]
|
||||
|
||||
use serde_derive::{Serialize, Deserialize};
|
||||
use serde_derive::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
#[serde(tag = "type", content = "data")]
|
||||
|
||||
Reference in New Issue
Block a user