Skip to content

Commit 9a0b634

Browse files
committed
docs: Hide unused trait
1 parent d44336e commit 9a0b634

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

crates/stackable-versioned/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
1515
pub use stackable_versioned_macros::*;
1616

17+
// Unused for now, might get picked up again in the future.
18+
#[doc(hidden)]
1719
pub trait AsVersionStr {
1820
const VERSION: &'static str;
1921

0 commit comments

Comments
 (0)