Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Huene <[email protected]>
  • Loading branch information
a-frantz and peterhuene authored Dec 10, 2024
1 parent 7082c59 commit 5e5464d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions wdl-doc/src/struct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ pub struct Struct {
}

impl Struct {
// /// Create a new struct.
// pub fn new(def: StructDefinition, meta: Vec<MetadataValue>) -> Self {
// Self { def, meta }
// }
/// Create a new struct.
pub fn new(def: StructDefinition) -> Self {
Self { def }
Expand All @@ -41,10 +37,6 @@ impl Struct {
})
}

// /// Get the meta entries associated with the struct.
// pub fn meta(&self) -> &[MetadataValue] {
// &self.meta
// }
}

impl Display for Struct {
Expand Down

0 comments on commit 5e5464d

Please sign in to comment.