Skip to content

Commit

Permalink
chore: Apply suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <[email protected]>
  • Loading branch information
Techassi and NickLarsenNZ authored Sep 3, 2024
1 parent 5089e4d commit 6774ab5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/stackable-versioned-macros/src/attrs/common/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ pub(crate) struct ChangedAttributes {
pub(crate) since: SpannedValue<Version>,
pub(crate) from_name: Option<SpannedValue<String>>,

#[allow(dead_code)]
pub(crate) from_type: Option<SpannedValue<Type>>,
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ where
);

for change in common_attributes.changes.iter().rev() {
dbg!(&ty, &change.since);
let from_ident = if let Some(from) = change.from_name.as_deref() {
format_ident!("{from}")
} else {
Expand Down

0 comments on commit 6774ab5

Please sign in to comment.