Fully qualify some calls in generated code and fix a bad comment

This commit is contained in:
Armin Ronacher
2018-03-20 13:35:16 +01:00
parent 6e324e887d
commit abeea89147
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -891,7 +891,7 @@ impl Field {
}
}
// Parse `#[serde(skip_deserializing)]`
// Parse `#[serde(flatten)]`
Meta(Word(word)) if word == "flatten" => {
flatten.set_true();
}