Skip to content

Commit 034200a

Browse files
committed
removed commented code, added punctuation
1 parent 28ae2a1 commit 034200a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/codegen/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,11 +1659,9 @@ impl CodeGenerator for CompInfo {
16591659
}
16601660

16611661
if is_opaque {
1662-
// Opaque item should not have generated methods, fields
1662+
// Opaque item should not have generated methods, fields.
16631663
debug_assert!(fields.is_empty());
16641664
debug_assert!(methods.is_empty());
1665-
// fields.clear();
1666-
// methods.clear();
16671665

16681666
match layout {
16691667
Some(l) => {

0 commit comments

Comments
 (0)