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 d9437ed commit 607027aCopy full SHA for 607027a
crates/stackable-versioned/README.md
@@ -30,7 +30,7 @@ struct Foo {
30
/// My docs
31
#[versioned(
32
added(since = "v1alpha1"),
33
- renamed(since = "v1beta1", from = "gau"),
+ changed(since = "v1beta1", from_name = "gau"),
34
deprecated(since = "v2", note = "not required anymore")
35
)]
36
deprecated_bar: usize,
0 commit comments