Skip to content

Commit 6774ab5

Browse files
chore: Apply suggestions
Co-authored-by: Nick <[email protected]>
1 parent 5089e4d commit 6774ab5

File tree

2 files changed

+0
-2
lines changed
  • crates/stackable-versioned-macros/src

2 files changed

+0
-2
lines changed

Diff for: crates/stackable-versioned-macros/src/attrs/common/item.rs

-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ pub(crate) struct ChangedAttributes {
327327
pub(crate) since: SpannedValue<Version>,
328328
pub(crate) from_name: Option<SpannedValue<String>>,
329329

330-
#[allow(dead_code)]
331330
pub(crate) from_type: Option<SpannedValue<Type>>,
332331
}
333332

Diff for: crates/stackable-versioned-macros/src/codegen/common/item.rs

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ where
153153
);
154154

155155
for change in common_attributes.changes.iter().rev() {
156-
dbg!(&ty, &change.since);
157156
let from_ident = if let Some(from) = change.from_name.as_deref() {
158157
format_ident!("{from}")
159158
} else {

0 commit comments

Comments
 (0)