Skip to content

Commit

Permalink
[TO SQUASH] Remove dead code/comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham committed Feb 8, 2023
1 parent 9d98193 commit 04309dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions src/term/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ impl fmt::Display for MergePriority {
}
}

/// A type or a contract together with its corresponding label.
#[derive(Debug, PartialEq, Clone)]
pub struct LabeledType {
pub types: Types,
Expand Down
7 changes: 0 additions & 7 deletions src/term/record.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ pub struct RecordDeps {
pub dyn_fields: Vec<FieldDeps>,
}

/// A type or a contract together with its corresponding label.
// #[derive(Debug, PartialEq, Clone)]
// pub struct LabeledType {
// pub types: Types,
// pub label: Label,
// }

/// The metadata attached to record fields.
#[derive(Debug, PartialEq, Clone, Default)]
pub struct FieldMetadata {
Expand Down

0 comments on commit 04309dd

Please sign in to comment.