mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-07 06:08:00 +00:00
Resolve conflicts between transparent and proc-macro2 upgrade
This commit is contained in:
@@ -231,7 +231,7 @@ impl Container {
|
||||
}
|
||||
|
||||
// Parse `#[serde(transparent)]`
|
||||
Meta(Word(word)) if word == "transparent" => {
|
||||
Meta(Word(ref word)) if word == "transparent" => {
|
||||
transparent.set_true();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user