Skip to content

Commit

Permalink
Update generated_code.md again
Browse files Browse the repository at this point in the history
This brings in the one change from commit c6a85f2.

Signed-off-by: Uli Schlachter <psychon@znc.in>
  • Loading branch information
psychon committed Nov 16, 2022
1 parent ec461e2 commit 6dba2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/generated_code.md
Expand Up @@ -1038,7 +1038,7 @@ impl CreateWindowAux {
result
}
fn serialize_into(&self, bytes: &mut Vec<u8>, value_mask: u32) {
let _ = value_mask;
assert_eq!(self.switch_expr(), u32::from(value_mask), "switch `value_list` has an inconsistent discriminant");
if let Some(background_pixmap) = self.background_pixmap {
background_pixmap.serialize_into(bytes);
}
Expand Down

0 comments on commit 6dba2fb

Please sign in to comment.