mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-26 20:40:35 +00:00

The following changes are included: - Delete per-file license notices at the top of each file. - Delete the first paragraph of LICENSE-MIT (an inaccurate pseudo-copyright line), leaving only the text of the MIT license. Nothing about the license of Serde code has changed, only our understanding of how to correctly communicate that license has changed. This mirrors an equivalent change being applied in the rust-lang/rust repository.
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
error: #[serde(flatten] can not be combined with #[serde(skip_serializing)]
|
|
--> $DIR/flatten-skip-serializing.rs:4:10
|
|
|
|
|
4 | #[derive(Serialize)]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|