Skip to content

Commit d5595c4

Browse files
dzfranklindwrensha
authored andcommitted
Move comment blocking rustfmt of codegen.rs
1 parent f34369f commit d5595c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

capnpc/src/codegen.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,8 @@ fn zero_fields_of_group(
919919
}
920920
type_::Struct(_) | type_::List(_) | type_::Text(()) | type_::Data(()) |
921921
type_::AnyPointer(_) |
922-
type_::Interface(_) // Is this the right thing to do for interfaces?
923-
=> {
922+
type_::Interface(_)
923+
=> { // Is this the right thing to do for interfaces?
924924
let line = Line(format!("self.builder.reborrow().get_pointer_field({}).clear();",
925925
slot.get_offset()));
926926
*clear = true;

0 commit comments

Comments
 (0)