Skip to content

Commit

Permalink
Format regression tests with rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 24, 2024
1 parent d2dbbf7 commit 4a0be88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/issue520.rs
@@ -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")]
Expand Down

0 comments on commit 4a0be88

Please sign in to comment.