Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Sep 25, 2022
1 parent 57217ab commit 0ef4919
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/yew-macro/src/props/prop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ pub struct Prop {
pub value: Expr,
}

// impl std::fmt::Debug for Prop {
// fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
// f.debug_struct("Prop")
// .field("label", &self.label.to_string())
// .field("label", &self.value)
// .finish_non_exhaustive()
// }
// }

impl Parse for Prop {
fn parse(input: ParseStream) -> syn::Result<Self> {
let directive = input
Expand Down

0 comments on commit 0ef4919

Please sign in to comment.