Skip to content

Commit 8d37e6f

Browse files
committed
[feldera-types] Remove obsolete comment.
Issue: #5587 Signed-off-by: Ben Pfaff <blp@feldera.com>
1 parent 5f777b4 commit 8d37e6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/feldera-types/src/program_schema.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ pub struct PropertyValue {
194194
#[derive(Serialize, Deserialize, ToSchema, Debug, Eq, PartialEq, Clone)]
195195
#[cfg_attr(feature = "testing", derive(proptest_derive::Arbitrary))]
196196
pub struct Relation {
197-
// This field should only be accessed via the `name()` method.
198197
#[serde(flatten)]
199198
pub name: SqlIdentifier,
200199
#[cfg_attr(feature = "testing", proptest(value = "Vec::new()"))]

0 commit comments

Comments
 (0)