Skip to content

Commit c006a82

Browse files
committed
Remove is_floating_point from Type impl Debug
It is unnecessary
1 parent fb8eb15 commit c006a82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/src/types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,6 @@ impl Debug for Type {
965965
.field("is_signed", &self.is_signed())
966966
.field("is_const", &self.is_const())
967967
.field("is_volatile", &self.is_volatile())
968-
.field("is_floating_point", &self.is_floating_point())
969968
.field("child_type", &self.child_type())
970969
.field("calling_convention", &self.calling_convention())
971970
.field("parameters", &self.parameters())

0 commit comments

Comments
 (0)