We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629b704 commit 2748457Copy full SHA for 2748457
crates/stackable-versioned-macros/tests/good/basic.rs
@@ -13,7 +13,6 @@ use stackable_versioned_macros::versioned;
13
)]
14
pub(crate) struct Foo {
15
#[versioned(
16
- // added(since = "v1alpha1"),
17
changed(since = "v1beta1", from_name = "jjj", from_type = "u8"),
18
changed(since = "v1", from_type = "u16"),
19
deprecated(since = "v2", note = "not empty")
0 commit comments