mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-30 23:21:05 +00:00
Format the compile-test sources with rustfmt 0.8.2
This commit is contained in:
@@ -11,7 +11,7 @@ extern crate serde_derive;
|
||||
|
||||
#[derive(Serialize)]
|
||||
struct S {
|
||||
#[serde(rename="x", serialize="y")]
|
||||
#[serde(rename = "x", serialize = "y")]
|
||||
//~^^^ ERROR: unknown serde field attribute `serialize`
|
||||
x: (),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user