Skip to content

Commit 2748457

Browse files
committed
chore: Remove superfluous 'added' action
1 parent 629b704 commit 2748457

File tree

1 file changed

+0
-1
lines changed
  • crates/stackable-versioned-macros/tests/good

1 file changed

+0
-1
lines changed

crates/stackable-versioned-macros/tests/good/basic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use stackable_versioned_macros::versioned;
1313
)]
1414
pub(crate) struct Foo {
1515
#[versioned(
16-
// added(since = "v1alpha1"),
1716
changed(since = "v1beta1", from_name = "jjj", from_type = "u8"),
1817
changed(since = "v1", from_type = "u16"),
1918
deprecated(since = "v2", note = "not empty")

0 commit comments

Comments
 (0)