Skip to content

Commit 626915a

Browse files
committed
chore(test): Add comment about empty versioned attribute
1 parent 608c2d6 commit 626915a

File tree

1 file changed

+1
-0
lines changed
  • crates/stackable-versioned-macros/fixtures/inputs/default

1 file changed

+1
-0
lines changed

crates/stackable-versioned-macros/fixtures/inputs/default/module.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub(crate) mod versioned {
1515
deprecated_foo: String,
1616
}
1717

18+
// The following attribute is just to ensure no strange behavior occurs.
1819
#[versioned]
1920
pub struct Bar {
2021
baz: String,

0 commit comments

Comments
 (0)